Html Css Color HEX #CB726D Contessa

📋 copy color: '#CB726D'

red 203 ◦ green 114 ◦ blue 109

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

Shades of Contessa #CB726D

Tints of Contessa #CB726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

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

R = 47.65%
G = 26.76%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB726D (or 0xCB726D) is known color: Contessa. HEX triplet: CB, 72 and 6D. RGB value is (203,114,109). Sum of RGB (Red+Green+Blue) = 203+114+109=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB726D is #348D92. Grayscale: #8C8C8C. Windows color (decimal): -3444115 or 7172811. OLE color: 7172811.

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

Color convert

RGB 203 114 109 -
CMYK 0 0.44 0.46 0.20
HSL 3.19º 0.47% 0.61% -
HSV(B) 3.19º 0.46% 0.8% -
XYZ 33.41 25.84 17.69 -
YUV 140.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 203 114 109 0 0.44 0.46 0.20 3.19 0.47 0.61
Hex CB 72 6D 0 2C 2E 14 3 2F 3D
Octal 313 162 155 0 54 56 24 3 57 75
Binary 11001011 1110010 1101101 0 101100 101110 10100 11 101111 111101

Color Harmonies of #CB726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB726D

Black with #CB726D

Text Example


Text Example

White with #CB726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB726D; }

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

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

background-color css

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

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

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

border-color css

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

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

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