Html Css Color HEX #CC6E52 Japonica

📋 copy color: '#CC6E52'

red 204 ◦ green 110 ◦ blue 82

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

Shades of Japonica #CC6E52

Tints of Japonica #CC6E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.78%

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 51.52%
G = 27.78%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC6E52 (or 0xCC6E52) is known color: Japonica. HEX triplet: CC, 6E and 52. RGB value is (204,110,82). Sum of RGB (Red+Green+Blue) = 204+110+82=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E52 is #3391AD. Grayscale: #878787. Windows color (decimal): -3379630 or 5402316. OLE color: 5402316.

HSL color Cylindrical-coordinate representation of color #CC6E52: hue angle of 13.77º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC6E52 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 110 82 -
CMYK 0 0.46 0.60 0.2
HSL 13.77º 0.54% 0.56% -
HSV(B) 13.77º 0.6% 0.8% -
XYZ 32 24.6 11.04 -
YUV 134.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 204 110 82 0 0.46 0.60 0.2 13.77 0.54 0.56
Hex CC 6E 52 0 2E 3C 14 E 36 38
Octal 314 156 122 0 56 74 24 16 66 70
Binary 11001100 1101110 1010010 0 101110 111100 10100 1110 110110 111000

Color Harmonies of #CC6E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E52

Black with #CC6E52

Text Example


Text Example

White with #CC6E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E52; }

 p { color: rgb(204,110,82); }

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

background-color css

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

 a { background-color: rgb(204,110,82); }

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

border-color css

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

 span { border-color: rgb(204,110,82); }

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