Html Css Color HEX #CC6C69 Contessa

📋 copy color: '#CC6C69'

red 204 ◦ green 108 ◦ blue 105

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

Shades of Contessa #CC6C69

Tints of Contessa #CC6C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.18%

R = 48.92%
G = 25.9%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC6C69 (or 0xCC6C69) is known color: Contessa. HEX triplet: CC, 6C and 69. RGB value is (204,108,105). Sum of RGB (Red+Green+Blue) = 204+108+105=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C69 is #339396. Grayscale: #888888. Windows color (decimal): -3380119 or 6909132. OLE color: 6909132.

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

Color convert

RGB 204 108 105 -
CMYK 0 0.47 0.49 0.2
HSL 1.82º 0.49% 0.61% -
HSV(B) 1.82º 0.49% 0.8% -
XYZ 32.81 24.58 16.38 -
YUV 136.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 204 108 105 0 0.47 0.49 0.2 1.82 0.49 0.61
Hex CC 6C 69 0 2F 31 14 2 31 3D
Octal 314 154 151 0 57 61 24 2 61 75
Binary 11001100 1101100 1101001 0 101111 110001 10100 10 110001 111101

Color Harmonies of #CC6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C69

Black with #CC6C69

Text Example


Text Example

White with #CC6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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