Html Css Color HEX #CC6965 Contessa

📋 copy color: '#CC6965'

red 204 ◦ green 105 ◦ blue 101

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

Shades of Contessa #CC6965

Tints of Contessa #CC6965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 101 (39.84% from 255) = 24.63%

R = 49.76%
G = 25.61%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC6965 (or 0xCC6965) is known color: Contessa. HEX triplet: CC, 69 and 65. RGB value is (204,105,101). Sum of RGB (Red+Green+Blue) = 204+105+101=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6965 is #33969A. Grayscale: #868686. Windows color (decimal): -3380891 or 6646220. OLE color: 6646220.

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

Color convert

RGB 204 105 101 -
CMYK 0 0.49 0.50 0.2
HSL 2.33º 0.5% 0.6% -
HSV(B) 2.33º 0.5% 0.8% -
XYZ 32.3 23.88 15.22 -
YUV 134.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 204 105 101 0 0.49 0.50 0.2 2.33 0.5 0.6
Hex CC 69 65 0 31 32 14 2 32 3C
Octal 314 151 145 0 61 62 24 2 62 74
Binary 11001100 1101001 1100101 0 110001 110010 10100 10 110010 111100

Color Harmonies of #CC6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6965

Black with #CC6965

Text Example


Text Example

White with #CC6965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6965; }

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

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

background-color css

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

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

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

border-color css

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

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

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