Html Css Color HEX #CC7468 Contessa

📋 copy color: '#CC7468'

red 204 ◦ green 116 ◦ blue 104

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

Shades of Contessa #CC7468

Tints of Contessa #CC7468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 48.11%
G = 27.36%
B = 24.53%

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

#CC7468 (or 0xCC7468) is known color: Contessa. HEX triplet: CC, 74 and 68. RGB value is (204,116,104). Sum of RGB (Red+Green+Blue) = 204+116+104=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7468 is #338B97. Grayscale: #8D8D8D. Windows color (decimal): -3378072 or 6845644. OLE color: 6845644.

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

Color convert

RGB 204 116 104 -
CMYK 0 0.43 0.49 0.2
HSL 7.2º 0.5% 0.6% -
HSV(B) 7.2º 0.49% 0.8% -
XYZ 33.65 26.33 16.41 -
YUV 140.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 204 116 104 0 0.43 0.49 0.2 7.2 0.5 0.6
Hex CC 74 68 0 2B 31 14 7 32 3C
Octal 314 164 150 0 53 61 24 7 62 74
Binary 11001100 1110100 1101000 0 101011 110001 10100 111 110010 111100

Color Harmonies of #CC7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7468

Black with #CC7468

Text Example


Text Example

White with #CC7468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7468; }

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

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

background-color css

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

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

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

border-color css

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

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

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