Html Css Color HEX #CA6F5E Japonica

📋 copy color: '#CA6F5E'

red 202 ◦ green 111 ◦ blue 94

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

Shades of Japonica #CA6F5E

Tints of Japonica #CA6F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

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

R = 49.63%
G = 27.27%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA6F5E (or 0xCA6F5E) is known color: Japonica. HEX triplet: CA, 6F and 5E. RGB value is (202,111,94). Sum of RGB (Red+Green+Blue) = 202+111+94=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F5E is #3590A1. Grayscale: #888888. Windows color (decimal): -3510434 or 6189002. OLE color: 6189002.

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

Color convert

RGB 202 111 94 -
CMYK 0 0.45 0.53 0.21
HSL 9.44º 0.5% 0.58% -
HSV(B) 9.44º 0.53% 0.79% -
XYZ 32.06 24.73 13.67 -
YUV 136.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 202 111 94 0 0.45 0.53 0.21 9.44 0.5 0.58
Hex CA 6F 5E 0 2D 35 15 9 32 3A
Octal 312 157 136 0 55 65 25 11 62 72
Binary 11001010 1101111 1011110 0 101101 110101 10101 1001 110010 111010

Color Harmonies of #CA6F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6F5E

Black with #CA6F5E

Text Example


Text Example

White with #CA6F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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