Html Css Color HEX #CC6D6B Contessa

📋 copy color: '#CC6D6B'

red 204 ◦ green 109 ◦ blue 107

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

Shades of Contessa #CC6D6B

Tints of Contessa #CC6D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.95%

 BLUE value IS 107 (42.19% from 255) = 25.48%

R = 48.57%
G = 25.95%
B = 25.48%

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

#CC6D6B (or 0xCC6D6B) is known color: Contessa. HEX triplet: CC, 6D and 6B. RGB value is (204,109,107). Sum of RGB (Red+Green+Blue) = 204+109+107=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D6B is #339294. Grayscale: #898989. Windows color (decimal): -3379861 or 7040460. OLE color: 7040460.

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

Color convert

RGB 204 109 107 -
CMYK 0 0.47 0.48 0.2
HSL 1.24º 0.49% 0.61% -
HSV(B) 1.24º 0.48% 0.8% -
XYZ 33.02 24.84 16.96 -
YUV 137.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 204 109 107 0 0.47 0.48 0.2 1.24 0.49 0.61
Hex CC 6D 6B 0 2F 30 14 1 31 3D
Octal 314 155 153 0 57 60 24 1 61 75
Binary 11001100 1101101 1101011 0 101111 110000 10100 1 110001 111101

Color Harmonies of #CC6D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D6B

Black with #CC6D6B

Text Example


Text Example

White with #CC6D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D6B; }

 p { color: rgb(204,109,107); }

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

background-color css

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

 a { background-color: rgb(204,109,107); }

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

border-color css

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

 span { border-color: rgb(204,109,107); }

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