Html Css Color HEX #CA7962 Japonica

📋 copy color: '#CA7962'

red 202 ◦ green 121 ◦ blue 98

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

Shades of Japonica #CA7962

Tints of Japonica #CA7962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 47.98%
G = 28.74%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7962 (or 0xCA7962) is known color: Japonica. HEX triplet: CA, 79 and 62. RGB value is (202,121,98). Sum of RGB (Red+Green+Blue) = 202+121+98=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7962 is #35869D. Grayscale: #8E8E8E. Windows color (decimal): -3507870 or 6453706. OLE color: 6453706.

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

Color convert

RGB 202 121 98 -
CMYK 0 0.40 0.51 0.21
HSL 13.27º 0.5% 0.59% -
HSV(B) 13.27º 0.51% 0.79% -
XYZ 33.4 27.11 15.03 -
YUV 142.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 202 121 98 0 0.40 0.51 0.21 13.27 0.5 0.59
Hex CA 79 62 0 28 33 15 D 32 3B
Octal 312 171 142 0 50 63 25 15 62 73
Binary 11001010 1111001 1100010 0 101000 110011 10101 1101 110010 111011

Color Harmonies of #CA7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7962

Black with #CA7962

Text Example


Text Example

White with #CA7962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7962; }

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

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

background-color css

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

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

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

border-color css

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

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

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