Html Css Color HEX #CA7862 Japonica

📋 copy color: '#CA7862'

red 202 ◦ green 120 ◦ blue 98

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

Shades of Japonica #CA7862

Tints of Japonica #CA7862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.33%

R = 48.1%
G = 28.57%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7862 (or 0xCA7862) is known color: Japonica. HEX triplet: CA, 78 and 62. RGB value is (202,120,98). Sum of RGB (Red+Green+Blue) = 202+120+98=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7862 is #35879D. Grayscale: #8E8E8E. Windows color (decimal): -3508126 or 6453450. OLE color: 6453450.

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

Color convert

RGB 202 120 98 -
CMYK 0 0.41 0.51 0.21
HSL 12.69º 0.5% 0.59% -
HSV(B) 12.69º 0.51% 0.79% -
XYZ 33.28 26.87 14.99 -
YUV 142.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 202 120 98 0 0.41 0.51 0.21 12.69 0.5 0.59
Hex CA 78 62 0 29 33 15 D 32 3B
Octal 312 170 142 0 51 63 25 15 62 73
Binary 11001010 1111000 1100010 0 101001 110011 10101 1101 110010 111011

Color Harmonies of #CA7862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7862

Black with #CA7862

Text Example


Text Example

White with #CA7862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7862; }

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

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

background-color css

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

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

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

border-color css

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

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

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