Html Css Color HEX #CA6E57 Japonica

📋 copy color: '#CA6E57'

red 202 ◦ green 110 ◦ blue 87

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

Shades of Japonica #CA6E57

Tints of Japonica #CA6E57

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

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

R = 50.63%
G = 27.57%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA6E57 (or 0xCA6E57) is known color: Japonica. HEX triplet: CA, 6E and 57. RGB value is (202,110,87). Sum of RGB (Red+Green+Blue) = 202+110+87=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E57 is #3591A8. Grayscale: #878787. Windows color (decimal): -3510697 or 5729994. OLE color: 5729994.

HSL color Cylindrical-coordinate representation of color #CA6E57: hue angle of 12º 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 #CA6E57 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 110 87 -
CMYK 0 0.46 0.57 0.21
HSL 12º 0.52% 0.57% -
HSV(B) 12º 0.57% 0.79% -
XYZ 31.65 24.4 12.06 -
YUV 134.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 202 110 87 0 0.46 0.57 0.21 12 0.52 0.57
Hex CA 6E 57 0 2E 39 15 C 34 39
Octal 312 156 127 0 56 71 25 14 64 71
Binary 11001010 1101110 1010111 0 101110 111001 10101 1100 110100 111001

Color Harmonies of #CA6E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E57

Black with #CA6E57

Text Example


Text Example

White with #CA6E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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