Html Css Color HEX #C97664 Japonica

📋 copy color: '#C97664'

red 201 ◦ green 118 ◦ blue 100

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

Shades of Japonica #C97664

Tints of Japonica #C97664

RGB

 RED value IS 201 (78.91% from 255) = 47.97%

 GREEN value IS 118 (46.48% from 255) = 28.16%

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

R = 47.97%
G = 28.16%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C97664 (or 0xC97664) is known color: Japonica. HEX triplet: C9, 76 and 64. RGB value is (201,118,100). Sum of RGB (Red+Green+Blue) = 201+118+100=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C97664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97664 is #36899B. Grayscale: #8C8C8C. Windows color (decimal): -3574172 or 6584009. OLE color: 6584009.

HSL color Cylindrical-coordinate representation of color #C97664: hue angle of 10.69º degrees, saturation: 0.48, 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 #C97664 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 100 -
CMYK 0 0.41 0.50 0.21
HSL 10.69º 0.48% 0.59% -
HSV(B) 10.69º 0.5% 0.79% -
XYZ 32.87 26.29 15.4 -
YUV 140.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 201 118 100 0 0.41 0.50 0.21 10.69 0.48 0.59
Hex C9 76 64 0 29 32 15 B 30 3B
Octal 311 166 144 0 51 62 25 13 60 73
Binary 11001001 1110110 1100100 0 101001 110010 10101 1011 110000 111011

Color Harmonies of #C97664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97664

Black with #C97664

Text Example


Text Example

White with #C97664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97664; }

 p { color: rgb(201,118,100); }

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

background-color css

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

 a { background-color: rgb(201,118,100); }

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

border-color css

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

 span { border-color: rgb(201,118,100); }

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