Html Css Color HEX #CC7469 Contessa

📋 copy color: '#CC7469'

red 204 ◦ green 116 ◦ blue 105

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

Shades of Contessa #CC7469

Tints of Contessa #CC7469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.29%

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

R = 48%
G = 27.29%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC7469 (or 0xCC7469) is known color: Contessa. HEX triplet: CC, 74 and 69. RGB value is (204,116,105). Sum of RGB (Red+Green+Blue) = 204+116+105=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7469 is #338B96. Grayscale: #8D8D8D. Windows color (decimal): -3378071 or 6911180. OLE color: 6911180.

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

Color convert

RGB 204 116 105 -
CMYK 0 0.43 0.49 0.2
HSL 6.67º 0.49% 0.61% -
HSV(B) 6.67º 0.49% 0.8% -
XYZ 33.7 26.35 16.67 -
YUV 141.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 204 116 105 0 0.43 0.49 0.2 6.67 0.49 0.61
Hex CC 74 69 0 2B 31 14 7 31 3D
Octal 314 164 151 0 53 61 24 7 61 75
Binary 11001100 1110100 1101001 0 101011 110001 10100 111 110001 111101

Color Harmonies of #CC7469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7469

Black with #CC7469

Text Example


Text Example

White with #CC7469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7469; }

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

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

background-color css

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

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

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

border-color css

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

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

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