Html Css Color HEX #CB7250 Red Damask

📋 copy color: '#CB7250'

red 203 ◦ green 114 ◦ blue 80

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

Shades of Red Damask #CB7250

Tints of Red Damask #CB7250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 51.13%
G = 28.72%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB7250 (or 0xCB7250) is known color: Red Damask. HEX triplet: CB, 72 and 50. RGB value is (203,114,80). Sum of RGB (Red+Green+Blue) = 203+114+80=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7250 is #348DAF. Grayscale: #888888. Windows color (decimal): -3444144 or 5272267. OLE color: 5272267.

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

Color convert

RGB 203 114 80 -
CMYK 0 0.44 0.61 0.20
HSL 16.59º 0.54% 0.55% -
HSV(B) 16.59º 0.61% 0.8% -
XYZ 32.09 25.31 10.78 -
YUV 136.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 203 114 80 0 0.44 0.61 0.20 16.59 0.54 0.55
Hex CB 72 50 0 2C 3D 14 11 36 37
Octal 313 162 120 0 54 75 24 21 66 67
Binary 11001011 1110010 1010000 0 101100 111101 10100 10001 110110 110111

Color Harmonies of #CB7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7250

Black with #CB7250

Text Example


Text Example

White with #CB7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7250; }

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

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

background-color css

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

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

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

border-color css

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

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

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