Html Css Color HEX #CC736A Contessa

📋 copy color: '#CC736A'

red 204 ◦ green 115 ◦ blue 106

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

Shades of Contessa #CC736A

Tints of Contessa #CC736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.06%

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 48%
G = 27.06%
B = 24.94%

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

#CC736A (or 0xCC736A) is known color: Contessa. HEX triplet: CC, 73 and 6A. RGB value is (204,115,106). Sum of RGB (Red+Green+Blue) = 204+115+106=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC736A is #338C95. Grayscale: #8C8C8C. Windows color (decimal): -3378326 or 6976460. OLE color: 6976460.

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

Color convert

RGB 204 115 106 -
CMYK 0 0.44 0.48 0.2
HSL 5.51º 0.49% 0.61% -
HSV(B) 5.51º 0.48% 0.8% -
XYZ 33.63 26.14 16.91 -
YUV 140.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 204 115 106 0 0.44 0.48 0.2 5.51 0.49 0.61
Hex CC 73 6A 0 2C 30 14 6 31 3D
Octal 314 163 152 0 54 60 24 6 61 75
Binary 11001100 1110011 1101010 0 101100 110000 10100 110 110001 111101

Color Harmonies of #CC736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC736A

Black with #CC736A

Text Example


Text Example

White with #CC736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC736A; }

 p { color: rgb(204,115,106); }

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

background-color css

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

 a { background-color: rgb(204,115,106); }

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

border-color css

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

 span { border-color: rgb(204,115,106); }

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