Html Css Color HEX #CB7874 Contessa

📋 copy color: '#CB7874'

red 203 ◦ green 120 ◦ blue 116

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

Shades of Contessa #CB7874

Tints of Contessa #CB7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.33%

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

R = 46.24%
G = 27.33%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB7874 (or 0xCB7874) is known color: Contessa. HEX triplet: CB, 78 and 74. RGB value is (203,120,116). Sum of RGB (Red+Green+Blue) = 203+120+116=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7874 is #34878B. Grayscale: #909090. Windows color (decimal): -3442572 or 7633099. OLE color: 7633099.

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

Color convert

RGB 203 120 116 -
CMYK 0 0.41 0.43 0.20
HSL 2.76º 0.46% 0.63% -
HSV(B) 2.76º 0.43% 0.8% -
XYZ 34.5 27.39 19.99 -
YUV 144.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 203 120 116 0 0.41 0.43 0.20 2.76 0.46 0.63
Hex CB 78 74 0 29 2B 14 3 2E 3F
Octal 313 170 164 0 51 53 24 3 56 77
Binary 11001011 1111000 1110100 0 101001 101011 10100 11 101110 111111

Color Harmonies of #CB7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7874

Black with #CB7874

Text Example


Text Example

White with #CB7874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7874; }

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

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

background-color css

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

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

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

border-color css

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

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

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