Html Css Color HEX #CA6D5E Japonica

📋 copy color: '#CA6D5E'

red 202 ◦ green 109 ◦ blue 94

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

Shades of Japonica #CA6D5E

Tints of Japonica #CA6D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.91%

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

R = 49.88%
G = 26.91%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA6D5E (or 0xCA6D5E) is known color: Japonica. HEX triplet: CA, 6D and 5E. RGB value is (202,109,94). Sum of RGB (Red+Green+Blue) = 202+109+94=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D5E is #3592A1. Grayscale: #878787. Windows color (decimal): -3510946 or 6188490. OLE color: 6188490.

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

Color convert

RGB 202 109 94 -
CMYK 0 0.46 0.53 0.21
HSL 8.33º 0.5% 0.58% -
HSV(B) 8.33º 0.53% 0.79% -
XYZ 31.85 24.3 13.6 -
YUV 135.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 202 109 94 0 0.46 0.53 0.21 8.33 0.5 0.58
Hex CA 6D 5E 0 2E 35 15 8 32 3A
Octal 312 155 136 0 56 65 25 10 62 72
Binary 11001010 1101101 1011110 0 101110 110101 10101 1000 110010 111010

Color Harmonies of #CA6D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D5E

Black with #CA6D5E

Text Example


Text Example

White with #CA6D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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