Html Css Color HEX #CB776E Contessa

📋 copy color: '#CB776E'

red 203 ◦ green 119 ◦ blue 110

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

Shades of Contessa #CB776E

Tints of Contessa #CB776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.55%

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 46.99%
G = 27.55%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB776E (or 0xCB776E) is known color: Contessa. HEX triplet: CB, 77 and 6E. RGB value is (203,119,110). Sum of RGB (Red+Green+Blue) = 203+119+110=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB776E is #348891. Grayscale: #8F8F8F. Windows color (decimal): -3442834 or 7239627. OLE color: 7239627.

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

Color convert

RGB 203 119 110 -
CMYK 0 0.41 0.46 0.20
HSL 5.81º 0.47% 0.61% -
HSV(B) 5.81º 0.46% 0.8% -
XYZ 34.04 27.02 18.17 -
YUV 143.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 203 119 110 0 0.41 0.46 0.20 5.81 0.47 0.61
Hex CB 77 6E 0 29 2E 14 6 2F 3D
Octal 313 167 156 0 51 56 24 6 57 75
Binary 11001011 1110111 1101110 0 101001 101110 10100 110 101111 111101

Color Harmonies of #CB776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB776E

Black with #CB776E

Text Example


Text Example

White with #CB776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB776E; }

 p { color: rgb(203,119,110); }

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

background-color css

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

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

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

border-color css

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

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

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