Html Css Color HEX #CB766D Contessa

📋 copy color: '#CB766D'

red 203 ◦ green 118 ◦ blue 109

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

Shades of Contessa #CB766D

Tints of Contessa #CB766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 47.21%
G = 27.44%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB766D (or 0xCB766D) is known color: Contessa. HEX triplet: CB, 76 and 6D. RGB value is (203,118,109). Sum of RGB (Red+Green+Blue) = 203+118+109=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB766D is #348992. Grayscale: #8E8E8E. Windows color (decimal): -3443091 or 7173835. OLE color: 7173835.

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

Color convert

RGB 203 118 109 -
CMYK 0 0.42 0.46 0.20
HSL 5.74º 0.47% 0.61% -
HSV(B) 5.74º 0.46% 0.8% -
XYZ 33.87 26.76 17.85 -
YUV 142.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 203 118 109 0 0.42 0.46 0.20 5.74 0.47 0.61
Hex CB 76 6D 0 2A 2E 14 6 2F 3D
Octal 313 166 155 0 52 56 24 6 57 75
Binary 11001011 1110110 1101101 0 101010 101110 10100 110 101111 111101

Color Harmonies of #CB766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB766D

Black with #CB766D

Text Example


Text Example

White with #CB766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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