Html Css Color HEX #CC7969 Contessa

📋 copy color: '#CC7969'

red 204 ◦ green 121 ◦ blue 105

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

Shades of Contessa #CC7969

Tints of Contessa #CC7969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

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

R = 47.44%
G = 28.14%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC7969 (or 0xCC7969) is known color: Contessa. HEX triplet: CC, 79 and 69. RGB value is (204,121,105). Sum of RGB (Red+Green+Blue) = 204+121+105=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7969 is #338696. Grayscale: #909090. Windows color (decimal): -3376791 or 6912460. OLE color: 6912460.

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

Color convert

RGB 204 121 105 -
CMYK 0 0.41 0.49 0.2
HSL 9.7º 0.49% 0.61% -
HSV(B) 9.7º 0.49% 0.8% -
XYZ 34.29 27.53 16.87 -
YUV 143.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 204 121 105 0 0.41 0.49 0.2 9.7 0.49 0.61
Hex CC 79 69 0 29 31 14 A 31 3D
Octal 314 171 151 0 51 61 24 12 61 75
Binary 11001100 1111001 1101001 0 101001 110001 10100 1010 110001 111101

Color Harmonies of #CC7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7969

Black with #CC7969

Text Example


Text Example

White with #CC7969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7969; }

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

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

background-color css

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

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

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

border-color css

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

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

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