Html Css Color HEX #CB7575 Contessa

📋 copy color: '#CB7575'

red 203 ◦ green 117 ◦ blue 117

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

Shades of Contessa #CB7575

Tints of Contessa #CB7575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 46.45%
G = 26.77%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB7575 (or 0xCB7575) is known color: Contessa. HEX triplet: CB, 75 and 75. RGB value is (203,117,117). Sum of RGB (Red+Green+Blue) = 203+117+117=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7575 is #348A8A. Grayscale: #8E8E8E. Windows color (decimal): -3443339 or 7697867. OLE color: 7697867.

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

Color convert

RGB 203 117 117 -
CMYK 0 0.42 0.42 0.20
HSL 0.45% 0.63% -
HSV(B) 0.42% 0.8% -
XYZ 34.2 26.7 20.18 -
YUV 142.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 203 117 117 0 0.42 0.42 0.20 0 0.45 0.63
Hex CB 75 75 0 2A 2A 14 0 2D 3F
Octal 313 165 165 0 52 52 24 0 55 77
Binary 11001011 1110101 1110101 0 101010 101010 10100 0 101101 111111

Color Harmonies of #CB7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7575

Black with #CB7575

Text Example


Text Example

White with #CB7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7575; }

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

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

background-color css

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

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

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

border-color css

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

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

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