Html Css Color HEX #CC6C6A Contessa

📋 copy color: '#CC6C6A'

red 204 ◦ green 108 ◦ blue 106

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

Shades of Contessa #CC6C6A

Tints of Contessa #CC6C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.36%

R = 48.8%
G = 25.84%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC6C6A (or 0xCC6C6A) is known color: Contessa. HEX triplet: CC, 6C and 6A. RGB value is (204,108,106). Sum of RGB (Red+Green+Blue) = 204+108+106=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C6A is #339395. Grayscale: #888888. Windows color (decimal): -3380118 or 6974668. OLE color: 6974668.

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

Color convert

RGB 204 108 106 -
CMYK 0 0.47 0.48 0.2
HSL 1.22º 0.49% 0.61% -
HSV(B) 1.22º 0.48% 0.8% -
XYZ 32.87 24.6 16.65 -
YUV 136.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 204 108 106 0 0.47 0.48 0.2 1.22 0.49 0.61
Hex CC 6C 6A 0 2F 30 14 1 31 3D
Octal 314 154 152 0 57 60 24 1 61 75
Binary 11001100 1101100 1101010 0 101111 110000 10100 1 110001 111101

Color Harmonies of #CC6C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C6A

Black with #CC6C6A

Text Example


Text Example

White with #CC6C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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