Html Css Color HEX #CC6C52 Japonica

📋 copy color: '#CC6C52'

red 204 ◦ green 108 ◦ blue 82

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

Shades of Japonica #CC6C52

Tints of Japonica #CC6C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 51.78%
G = 27.41%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC6C52 (or 0xCC6C52) is known color: Japonica. HEX triplet: CC, 6C and 52. RGB value is (204,108,82). Sum of RGB (Red+Green+Blue) = 204+108+82=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C52 is #3393AD. Grayscale: #858585. Windows color (decimal): -3380142 or 5401804. OLE color: 5401804.

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

Color convert

RGB 204 108 82 -
CMYK 0 0.47 0.60 0.2
HSL 12.79º 0.54% 0.56% -
HSV(B) 12.79º 0.6% 0.8% -
XYZ 31.79 24.17 10.97 -
YUV 133.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 204 108 82 0 0.47 0.60 0.2 12.79 0.54 0.56
Hex CC 6C 52 0 2F 3C 14 D 36 38
Octal 314 154 122 0 57 74 24 15 66 70
Binary 11001100 1101100 1010010 0 101111 111100 10100 1101 110110 111000

Color Harmonies of #CC6C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C52

Black with #CC6C52

Text Example


Text Example

White with #CC6C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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