Html Css Color HEX #CC726B Contessa

📋 copy color: '#CC726B'

red 204 ◦ green 114 ◦ blue 107

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

Shades of Contessa #CC726B

Tints of Contessa #CC726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 48%
G = 26.82%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC726B (or 0xCC726B) is known color: Contessa. HEX triplet: CC, 72 and 6B. RGB value is (204,114,107). Sum of RGB (Red+Green+Blue) = 204+114+107=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC726B is #338D94. Grayscale: #8C8C8C. Windows color (decimal): -3378581 or 7041740. OLE color: 7041740.

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

Color convert

RGB 204 114 107 -
CMYK 0 0.44 0.48 0.2
HSL 4.33º 0.49% 0.61% -
HSV(B) 4.33º 0.48% 0.8% -
XYZ 33.57 25.93 17.15 -
YUV 140.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 204 114 107 0 0.44 0.48 0.2 4.33 0.49 0.61
Hex CC 72 6B 0 2C 30 14 4 31 3D
Octal 314 162 153 0 54 60 24 4 61 75
Binary 11001100 1110010 1101011 0 101100 110000 10100 100 110001 111101

Color Harmonies of #CC726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC726B

Black with #CC726B

Text Example


Text Example

White with #CC726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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