Html Css Color HEX #CB7B71 Contessa

📋 copy color: '#CB7B71'

red 203 ◦ green 123 ◦ blue 113

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

Shades of Contessa #CB7B71

Tints of Contessa #CB7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.02%

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

R = 46.24%
G = 28.02%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB7B71 (or 0xCB7B71) is known color: Contessa. HEX triplet: CB, 7B and 71. RGB value is (203,123,113). Sum of RGB (Red+Green+Blue) = 203+123+113=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B71 is #34848E. Grayscale: #919191. Windows color (decimal): -3441807 or 7437259. OLE color: 7437259.

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

Color convert

RGB 203 123 113 -
CMYK 0 0.39 0.44 0.20
HSL 6.67º 0.46% 0.62% -
HSV(B) 6.67º 0.44% 0.8% -
XYZ 34.69 28.05 19.21 -
YUV 145.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 203 123 113 0 0.39 0.44 0.20 6.67 0.46 0.62
Hex CB 7B 71 0 27 2C 14 7 2E 3E
Octal 313 173 161 0 47 54 24 7 56 76
Binary 11001011 1111011 1110001 0 100111 101100 10100 111 101110 111110

Color Harmonies of #CB7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B71

Black with #CB7B71

Text Example


Text Example

White with #CB7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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