Html Css Color HEX #CA6C57 Japonica

📋 copy color: '#CA6C57'

red 202 ◦ green 108 ◦ blue 87

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

Shades of Japonica #CA6C57

Tints of Japonica #CA6C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

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

R = 50.88%
G = 27.2%
B = 21.91%

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

#CA6C57 (or 0xCA6C57) is known color: Japonica. HEX triplet: CA, 6C and 57. RGB value is (202,108,87). Sum of RGB (Red+Green+Blue) = 202+108+87=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C57 is #3593A8. Grayscale: #858585. Windows color (decimal): -3511209 or 5729482. OLE color: 5729482.

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

Color convert

RGB 202 108 87 -
CMYK 0 0.47 0.57 0.21
HSL 10.96º 0.52% 0.57% -
HSV(B) 10.96º 0.57% 0.79% -
XYZ 31.44 23.97 11.99 -
YUV 133.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 202 108 87 0 0.47 0.57 0.21 10.96 0.52 0.57
Hex CA 6C 57 0 2F 39 15 B 34 39
Octal 312 154 127 0 57 71 25 13 64 71
Binary 11001010 1101100 1010111 0 101111 111001 10101 1011 110100 111001

Color Harmonies of #CA6C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C57

Black with #CA6C57

Text Example


Text Example

White with #CA6C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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