Html Css Color HEX #CA6C5E Japonica

📋 copy color: '#CA6C5E'

red 202 ◦ green 108 ◦ blue 94

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

Shades of Japonica #CA6C5E

Tints of Japonica #CA6C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 50%
G = 26.73%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA6C5E (or 0xCA6C5E) is known color: Japonica. HEX triplet: CA, 6C and 5E. RGB value is (202,108,94). Sum of RGB (Red+Green+Blue) = 202+108+94=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C5E is #3593A1. Grayscale: #868686. Windows color (decimal): -3511202 or 6188234. OLE color: 6188234.

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

Color convert

RGB 202 108 94 -
CMYK 0 0.47 0.53 0.21
HSL 7.78º 0.5% 0.58% -
HSV(B) 7.78º 0.53% 0.79% -
XYZ 31.74 24.09 13.57 -
YUV 134.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 202 108 94 0 0.47 0.53 0.21 7.78 0.5 0.58
Hex CA 6C 5E 0 2F 35 15 8 32 3A
Octal 312 154 136 0 57 65 25 10 62 72
Binary 11001010 1101100 1011110 0 101111 110101 10101 1000 110010 111010

Color Harmonies of #CA6C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C5E

Black with #CA6C5E

Text Example


Text Example

White with #CA6C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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