Html Css Color HEX #CC7061 Japonica

📋 copy color: '#CC7061'

red 204 ◦ green 112 ◦ blue 97

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

Shades of Japonica #CC7061

Tints of Japonica #CC7061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 49.39%
G = 27.12%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7061 (or 0xCC7061) is known color: Japonica. HEX triplet: CC, 70 and 61. RGB value is (204,112,97). Sum of RGB (Red+Green+Blue) = 204+112+97=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7061 is #338F9E. Grayscale: #898989. Windows color (decimal): -3379103 or 6385868. OLE color: 6385868.

HSL color Cylindrical-coordinate representation of color #CC7061: hue angle of 8.41º 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 #CC7061 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 97 -
CMYK 0 0.45 0.52 0.2
HSL 8.41º 0.51% 0.59% -
HSV(B) 8.41º 0.52% 0.8% -
XYZ 32.85 25.29 14.46 -
YUV 137.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 204 112 97 0 0.45 0.52 0.2 8.41 0.51 0.59
Hex CC 70 61 0 2D 34 14 8 33 3B
Octal 314 160 141 0 55 64 24 10 63 73
Binary 11001100 1110000 1100001 0 101101 110100 10100 1000 110011 111011

Color Harmonies of #CC7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7061

Black with #CC7061

Text Example


Text Example

White with #CC7061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7061; }

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

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

background-color css

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

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

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

border-color css

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

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

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