Html Css Color HEX #CB756D Contessa

📋 copy color: '#CB756D'

red 203 ◦ green 117 ◦ blue 109

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

Shades of Contessa #CB756D

Tints of Contessa #CB756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

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

R = 47.32%
G = 27.27%
B = 25.41%

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

#CB756D (or 0xCB756D) is known color: Contessa. HEX triplet: CB, 75 and 6D. RGB value is (203,117,109). Sum of RGB (Red+Green+Blue) = 203+117+109=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB756D is #348A92. Grayscale: #8D8D8D. Windows color (decimal): -3443347 or 7173579. OLE color: 7173579.

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

Color convert

RGB 203 117 109 -
CMYK 0 0.42 0.46 0.20
HSL 5.11º 0.47% 0.61% -
HSV(B) 5.11º 0.46% 0.8% -
XYZ 33.75 26.52 17.81 -
YUV 141.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 203 117 109 0 0.42 0.46 0.20 5.11 0.47 0.61
Hex CB 75 6D 0 2A 2E 14 5 2F 3D
Octal 313 165 155 0 52 56 24 5 57 75
Binary 11001011 1110101 1101101 0 101010 101110 10100 101 101111 111101

Color Harmonies of #CB756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB756D

Black with #CB756D

Text Example


Text Example

White with #CB756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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