Html Css Color HEX #CB7572 Contessa

📋 copy color: '#CB7572'

red 203 ◦ green 117 ◦ blue 114

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

Shades of Contessa #CB7572

Tints of Contessa #CB7572

RGB

 RED value IS 203 (79.69% from 255) = 46.77%

 GREEN value IS 117 (46.09% from 255) = 26.96%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 46.77%
G = 26.96%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB7572 (or 0xCB7572) is known color: Contessa. HEX triplet: CB, 75 and 72. RGB value is (203,117,114). Sum of RGB (Red+Green+Blue) = 203+117+114=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7572 is #348A8D. Grayscale: #8E8E8E. Windows color (decimal): -3443342 or 7501259. OLE color: 7501259.

HSL color Cylindrical-coordinate representation of color #CB7572: hue angle of 2.02º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7572 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 114 -
CMYK 0 0.42 0.44 0.20
HSL 2.02º 0.46% 0.62% -
HSV(B) 2.02º 0.44% 0.8% -
XYZ 34.03 26.63 19.27 -
YUV 142.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 203 117 114 0 0.42 0.44 0.20 2.02 0.46 0.62
Hex CB 75 72 0 2A 2C 14 2 2E 3E
Octal 313 165 162 0 52 54 24 2 56 76
Binary 11001011 1110101 1110010 0 101010 101100 10100 10 101110 111110

Color Harmonies of #CB7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7572

Black with #CB7572

Text Example


Text Example

White with #CB7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7572; }

 p { color: rgb(203,117,114); }

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

background-color css

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

 a { background-color: rgb(203,117,114); }

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

border-color css

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

 span { border-color: rgb(203,117,114); }

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