Html Css Color HEX #CC6C5C Japonica

📋 copy color: '#CC6C5C'

red 204 ◦ green 108 ◦ blue 92

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

Shades of Japonica #CC6C5C

Tints of Japonica #CC6C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 50.5%
G = 26.73%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC6C5C (or 0xCC6C5C) is known color: Japonica. HEX triplet: CC, 6C and 5C. RGB value is (204,108,92). Sum of RGB (Red+Green+Blue) = 204+108+92=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C5C is #3393A3. Grayscale: #878787. Windows color (decimal): -3380132 or 6057164. OLE color: 6057164.

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

Color convert

RGB 204 108 92 -
CMYK 0 0.47 0.55 0.2
HSL 8.57º 0.52% 0.58% -
HSV(B) 8.57º 0.55% 0.8% -
XYZ 32.2 24.34 13.13 -
YUV 134.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 204 108 92 0 0.47 0.55 0.2 8.57 0.52 0.58
Hex CC 6C 5C 0 2F 37 14 9 34 3A
Octal 314 154 134 0 57 67 24 11 64 72
Binary 11001100 1101100 1011100 0 101111 110111 10100 1001 110100 111010

Color Harmonies of #CC6C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C5C

Black with #CC6C5C

Text Example


Text Example

White with #CC6C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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