Html Css Color HEX #CA6D5F Japonica

📋 copy color: '#CA6D5F'

red 202 ◦ green 109 ◦ blue 95

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

Shades of Japonica #CA6D5F

Tints of Japonica #CA6D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 49.75%
G = 26.85%
B = 23.4%

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

#CA6D5F (or 0xCA6D5F) is known color: Japonica. HEX triplet: CA, 6D and 5F. RGB value is (202,109,95). Sum of RGB (Red+Green+Blue) = 202+109+95=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D5F is #3592A0. Grayscale: #878787. Windows color (decimal): -3510945 or 6254026. OLE color: 6254026.

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

Color convert

RGB 202 109 95 -
CMYK 0 0.46 0.53 0.21
HSL 7.85º 0.5% 0.58% -
HSV(B) 7.85º 0.53% 0.79% -
XYZ 31.89 24.32 13.84 -
YUV 135.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 202 109 95 0 0.46 0.53 0.21 7.85 0.5 0.58
Hex CA 6D 5F 0 2E 35 15 8 32 3A
Octal 312 155 137 0 56 65 25 10 62 72
Binary 11001010 1101101 1011111 0 101110 110101 10101 1000 110010 111010

Color Harmonies of #CA6D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D5F

Black with #CA6D5F

Text Example


Text Example

White with #CA6D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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