Html Css Color HEX #CC7769 Contessa

📋 copy color: '#CC7769'

red 204 ◦ green 119 ◦ blue 105

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

Shades of Contessa #CC7769

Tints of Contessa #CC7769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.8%

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

R = 47.66%
G = 27.8%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC7769 (or 0xCC7769) is known color: Contessa. HEX triplet: CC, 77 and 69. RGB value is (204,119,105). Sum of RGB (Red+Green+Blue) = 204+119+105=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7769 is #338896. Grayscale: #8E8E8E. Windows color (decimal): -3377303 or 6911948. OLE color: 6911948.

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

Color convert

RGB 204 119 105 -
CMYK 0 0.42 0.49 0.2
HSL 8.48º 0.49% 0.61% -
HSV(B) 8.48º 0.49% 0.8% -
XYZ 34.05 27.05 16.79 -
YUV 142.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 204 119 105 0 0.42 0.49 0.2 8.48 0.49 0.61
Hex CC 77 69 0 2A 31 14 8 31 3D
Octal 314 167 151 0 52 61 24 10 61 75
Binary 11001100 1110111 1101001 0 101010 110001 10100 1000 110001 111101

Color Harmonies of #CC7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7769

Black with #CC7769

Text Example


Text Example

White with #CC7769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7769; }

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

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

background-color css

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

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

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

border-color css

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

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

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