Html Css Color HEX #CA7861 Japonica

📋 copy color: '#CA7861'

red 202 ◦ green 120 ◦ blue 97

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

Shades of Japonica #CA7861

Tints of Japonica #CA7861

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.64%

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 48.21%
G = 28.64%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7861 (or 0xCA7861) is known color: Japonica. HEX triplet: CA, 78 and 61. RGB value is (202,120,97). Sum of RGB (Red+Green+Blue) = 202+120+97=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7861 is #35879E. Grayscale: #8E8E8E. Windows color (decimal): -3508127 or 6387914. OLE color: 6387914.

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

Color convert

RGB 202 120 97 -
CMYK 0 0.41 0.52 0.21
HSL 13.14º 0.5% 0.59% -
HSV(B) 13.14º 0.52% 0.79% -
XYZ 33.23 26.85 14.74 -
YUV 141.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 202 120 97 0 0.41 0.52 0.21 13.14 0.5 0.59
Hex CA 78 61 0 29 34 15 D 32 3B
Octal 312 170 141 0 51 64 25 15 62 73
Binary 11001010 1111000 1100001 0 101001 110100 10101 1101 110010 111011

Color Harmonies of #CA7861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7861

Black with #CA7861

Text Example


Text Example

White with #CA7861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7861; }

 p { color: rgb(202,120,97); }

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

background-color css

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

 a { background-color: rgb(202,120,97); }

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

border-color css

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

 span { border-color: rgb(202,120,97); }

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