Html Css Color HEX #CB7672 Contessa

📋 copy color: '#CB7672'

red 203 ◦ green 118 ◦ blue 114

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

Shades of Contessa #CB7672

Tints of Contessa #CB7672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 46.67%
G = 27.13%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB7672 (or 0xCB7672) is known color: Contessa. HEX triplet: CB, 76 and 72. RGB value is (203,118,114). Sum of RGB (Red+Green+Blue) = 203+118+114=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7672 is #34898D. Grayscale: #8F8F8F. Windows color (decimal): -3443086 or 7501515. OLE color: 7501515.

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

Color convert

RGB 203 118 114 -
CMYK 0 0.42 0.44 0.20
HSL 2.7º 0.46% 0.62% -
HSV(B) 2.7º 0.44% 0.8% -
XYZ 34.14 26.87 19.31 -
YUV 142.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 203 118 114 0 0.42 0.44 0.20 2.7 0.46 0.62
Hex CB 76 72 0 2A 2C 14 3 2E 3E
Octal 313 166 162 0 52 54 24 3 56 76
Binary 11001011 1110110 1110010 0 101010 101100 10100 11 101110 111110

Color Harmonies of #CB7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7672

Black with #CB7672

Text Example


Text Example

White with #CB7672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7672; }

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

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

background-color css

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

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

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

border-color css

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

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

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