Html Css Color HEX #CC7268 Contessa

📋 copy color: '#CC7268'

red 204 ◦ green 114 ◦ blue 104

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

Shades of Contessa #CC7268

Tints of Contessa #CC7268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

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

R = 48.34%
G = 27.01%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC7268 (or 0xCC7268) is known color: Contessa. HEX triplet: CC, 72 and 68. RGB value is (204,114,104). Sum of RGB (Red+Green+Blue) = 204+114+104=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7268 is #338D97. Grayscale: #8B8B8B. Windows color (decimal): -3378584 or 6845132. OLE color: 6845132.

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

Color convert

RGB 204 114 104 -
CMYK 0 0.44 0.49 0.2
HSL 0.5% 0.6% -
HSV(B) 0.49% 0.8% -
XYZ 33.42 25.87 16.33 -
YUV 139.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 204 114 104 0 0.44 0.49 0.2 6 0.5 0.6
Hex CC 72 68 0 2C 31 14 6 32 3C
Octal 314 162 150 0 54 61 24 6 62 74
Binary 11001100 1110010 1101000 0 101100 110001 10100 110 110010 111100

Color Harmonies of #CC7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7268

Black with #CC7268

Text Example


Text Example

White with #CC7268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7268; }

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

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

background-color css

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

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

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

border-color css

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

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

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