Html Css Color HEX #CC6F6B Contessa

📋 copy color: '#CC6F6B'

red 204 ◦ green 111 ◦ blue 107

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

Shades of Contessa #CC6F6B

Tints of Contessa #CC6F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

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

R = 48.34%
G = 26.3%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC6F6B (or 0xCC6F6B) is known color: Contessa. HEX triplet: CC, 6F and 6B. RGB value is (204,111,107). Sum of RGB (Red+Green+Blue) = 204+111+107=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F6B is #339094. Grayscale: #8A8A8A. Windows color (decimal): -3379349 or 7040972. OLE color: 7040972.

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

Color convert

RGB 204 111 107 -
CMYK 0 0.46 0.48 0.2
HSL 2.47º 0.49% 0.61% -
HSV(B) 2.47º 0.48% 0.8% -
XYZ 33.24 25.27 17.04 -
YUV 138.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 204 111 107 0 0.46 0.48 0.2 2.47 0.49 0.61
Hex CC 6F 6B 0 2E 30 14 2 31 3D
Octal 314 157 153 0 56 60 24 2 61 75
Binary 11001100 1101111 1101011 0 101110 110000 10100 10 110001 111101

Color Harmonies of #CC6F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F6B

Black with #CC6F6B

Text Example


Text Example

White with #CC6F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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