Html Css Color HEX #CB766C Contessa

📋 copy color: '#CB766C'

red 203 ◦ green 118 ◦ blue 108

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

Shades of Contessa #CB766C

Tints of Contessa #CB766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 47.32%
G = 27.51%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB766C (or 0xCB766C) is known color: Contessa. HEX triplet: CB, 76 and 6C. RGB value is (203,118,108). Sum of RGB (Red+Green+Blue) = 203+118+108=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB766C is #348993. Grayscale: #8E8E8E. Windows color (decimal): -3443092 or 7108299. OLE color: 7108299.

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

Color convert

RGB 203 118 108 -
CMYK 0 0.42 0.47 0.20
HSL 6.32º 0.48% 0.61% -
HSV(B) 6.32º 0.47% 0.8% -
XYZ 33.81 26.74 17.57 -
YUV 142.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 203 118 108 0 0.42 0.47 0.20 6.32 0.48 0.61
Hex CB 76 6C 0 2A 2F 14 6 30 3D
Octal 313 166 154 0 52 57 24 6 60 75
Binary 11001011 1110110 1101100 0 101010 101111 10100 110 110000 111101

Color Harmonies of #CB766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB766C

Black with #CB766C

Text Example


Text Example

White with #CB766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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