Html Css Color HEX #CA7964 Japonica

📋 copy color: '#CA7964'

red 202 ◦ green 121 ◦ blue 100

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

Shades of Japonica #CA7964

Tints of Japonica #CA7964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 47.75%
G = 28.61%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA7964 (or 0xCA7964) is known color: Japonica. HEX triplet: CA, 79 and 64. RGB value is (202,121,100). Sum of RGB (Red+Green+Blue) = 202+121+100=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7964 is #35869B. Grayscale: #8E8E8E. Windows color (decimal): -3507868 or 6584778. OLE color: 6584778.

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

Color convert

RGB 202 121 100 -
CMYK 0 0.40 0.50 0.21
HSL 12.35º 0.49% 0.59% -
HSV(B) 12.35º 0.5% 0.79% -
XYZ 33.49 27.15 15.53 -
YUV 142.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 202 121 100 0 0.40 0.50 0.21 12.35 0.49 0.59
Hex CA 79 64 0 28 32 15 C 31 3B
Octal 312 171 144 0 50 62 25 14 61 73
Binary 11001010 1111001 1100100 0 101000 110010 10101 1100 110001 111011

Color Harmonies of #CA7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7964

Black with #CA7964

Text Example


Text Example

White with #CA7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7964; }

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

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

background-color css

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

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

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

border-color css

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

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

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