Html Css Color HEX #CB7574 Contessa

📋 copy color: '#CB7574'

red 203 ◦ green 117 ◦ blue 116

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

Shades of Contessa #CB7574

Tints of Contessa #CB7574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 46.56%
G = 26.83%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB7574 (or 0xCB7574) is known color: Contessa. HEX triplet: CB, 75 and 74. RGB value is (203,117,116). Sum of RGB (Red+Green+Blue) = 203+117+116=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7574 is #348A8B. Grayscale: #8E8E8E. Windows color (decimal): -3443340 or 7632331. OLE color: 7632331.

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

Color convert

RGB 203 117 116 -
CMYK 0 0.42 0.43 0.20
HSL 0.69º 0.46% 0.63% -
HSV(B) 0.69º 0.43% 0.8% -
XYZ 34.14 26.68 19.87 -
YUV 142.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 203 117 116 0 0.42 0.43 0.20 0.69 0.46 0.63
Hex CB 75 74 0 2A 2B 14 1 2E 3F
Octal 313 165 164 0 52 53 24 1 56 77
Binary 11001011 1110101 1110100 0 101010 101011 10100 1 101110 111111

Color Harmonies of #CB7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7574

Black with #CB7574

Text Example


Text Example

White with #CB7574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7574; }

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

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

background-color css

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

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

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

border-color css

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

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

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