Html Css Color HEX #CC7961 Japonica

📋 copy color: '#CC7961'

red 204 ◦ green 121 ◦ blue 97

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

Shades of Japonica #CC7961

Tints of Japonica #CC7961

RGB

 RED value IS 204 (80.08% from 255) = 48.34%

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

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

R = 48.34%
G = 28.67%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7961 (or 0xCC7961) is known color: Japonica. HEX triplet: CC, 79 and 61. RGB value is (204,121,97). Sum of RGB (Red+Green+Blue) = 204+121+97=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7961 is #33869E. Grayscale: #8F8F8F. Windows color (decimal): -3376799 or 6388172. OLE color: 6388172.

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

Color convert

RGB 204 121 97 -
CMYK 0 0.41 0.52 0.2
HSL 13.46º 0.51% 0.59% -
HSV(B) 13.46º 0.52% 0.8% -
XYZ 33.9 27.38 14.81 -
YUV 143.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 204 121 97 0 0.41 0.52 0.2 13.46 0.51 0.59
Hex CC 79 61 0 29 34 14 D 33 3B
Octal 314 171 141 0 51 64 24 15 63 73
Binary 11001100 1111001 1100001 0 101001 110100 10100 1101 110011 111011

Color Harmonies of #CC7961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7961

Black with #CC7961

Text Example


Text Example

White with #CC7961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7961; }

 p { color: rgb(204,121,97); }

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

background-color css

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

 a { background-color: rgb(204,121,97); }

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

border-color css

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

 span { border-color: rgb(204,121,97); }

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