Html Css Color HEX #CA6B57 Japonica

📋 copy color: '#CA6B57'

red 202 ◦ green 107 ◦ blue 87

#CA6B57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CA6B57

Tints of Japonica #CA6B57

RGB

 RED value IS 202 (79.3% from 255) = 51.01%

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 87 (34.38% from 255) = 21.97%

R = 51.01%
G = 27.02%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA6B57 (or 0xCA6B57) is known color: Japonica. HEX triplet: CA, 6B and 57. RGB value is (202,107,87). Sum of RGB (Red+Green+Blue) = 202+107+87=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B57 is #3594A8. Grayscale: #858585. Windows color (decimal): -3511465 or 5729226. OLE color: 5729226.

HSL color Cylindrical-coordinate representation of color #CA6B57: hue angle of 10.43º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6B57 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 107 87 -
CMYK 0 0.47 0.57 0.21
HSL 10.43º 0.52% 0.57% -
HSV(B) 10.43º 0.57% 0.79% -
XYZ 31.34 23.76 11.95 -
YUV 133.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 202 107 87 0 0.47 0.57 0.21 10.43 0.52 0.57
Hex CA 6B 57 0 2F 39 15 A 34 39
Octal 312 153 127 0 57 71 25 12 64 71
Binary 11001010 1101011 1010111 0 101111 111001 10101 1010 110100 111001

Color Harmonies of #CA6B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B57

Black with #CA6B57

Text Example


Text Example

White with #CA6B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B57; }

 p { color: rgb(202,107,87); }

 H1.HeaderClassName
 {
   color: #CA6B57;
 }
 .AnyTagClassName
 {
   color: #CA6B57;
 }
</style>

background-color css

<style>
 a { background-color: #CA6B57; }

 a { background-color: rgb(202,107,87); }

 div.DivClassName
 {
   background-color: #CA6B57;
 }
 .BgClassName
 {
   background-color: #CA6B57;
 }
</style>

border-color css

<style>
 span { border-color: #CA6B57; }

 span { border-color: rgb(202,107,87); }

 td.TdClassName
 {
   border-color: #CA6B57;
 }
 .TagClassName
 {
   border-color: #CA6B57;
 }
</style>