Html Css Color HEX #CC6F6A Contessa

📋 copy color: '#CC6F6A'

red 204 ◦ green 111 ◦ blue 106

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

Shades of Contessa #CC6F6A

Tints of Contessa #CC6F6A

RGB

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

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

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

R = 48.46%
G = 26.37%
B = 25.18%

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

#CC6F6A (or 0xCC6F6A) is known color: Contessa. HEX triplet: CC, 6F and 6A. RGB value is (204,111,106). Sum of RGB (Red+Green+Blue) = 204+111+106=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F6A is #339095. Grayscale: #8A8A8A. Windows color (decimal): -3379350 or 6975436. OLE color: 6975436.

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

Color convert

RGB 204 111 106 -
CMYK 0 0.46 0.48 0.2
HSL 3.06º 0.49% 0.61% -
HSV(B) 3.06º 0.48% 0.8% -
XYZ 33.19 25.25 16.76 -
YUV 138.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 204 111 106 0 0.46 0.48 0.2 3.06 0.49 0.61
Hex CC 6F 6A 0 2E 30 14 3 31 3D
Octal 314 157 152 0 56 60 24 3 61 75
Binary 11001100 1101111 1101010 0 101110 110000 10100 11 110001 111101

Color Harmonies of #CC6F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F6A

Black with #CC6F6A

Text Example


Text Example

White with #CC6F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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