Html Css Color HEX #CB7271 Contessa

📋 copy color: '#CB7271'

red 203 ◦ green 114 ◦ blue 113

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

Shades of Contessa #CB7271

Tints of Contessa #CB7271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 47.21%
G = 26.51%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB7271 (or 0xCB7271) is known color: Contessa. HEX triplet: CB, 72 and 71. RGB value is (203,114,113). Sum of RGB (Red+Green+Blue) = 203+114+113=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7271 is #348D8E. Grayscale: #8C8C8C. Windows color (decimal): -3444111 or 7434955. OLE color: 7434955.

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

Color convert

RGB 203 114 113 -
CMYK 0 0.44 0.44 0.20
HSL 0.67º 0.46% 0.62% -
HSV(B) 0.67º 0.44% 0.8% -
XYZ 33.63 25.92 18.85 -
YUV 140.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 203 114 113 0 0.44 0.44 0.20 0.67 0.46 0.62
Hex CB 72 71 0 2C 2C 14 1 2E 3E
Octal 313 162 161 0 54 54 24 1 56 76
Binary 11001011 1110010 1110001 0 101100 101100 10100 1 101110 111110

Color Harmonies of #CB7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7271

Black with #CB7271

Text Example


Text Example

White with #CB7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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