Html Css Color HEX #CB7551 Red Damask

📋 copy color: '#CB7551'

red 203 ◦ green 117 ◦ blue 81

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

Shades of Red Damask #CB7551

Tints of Red Damask #CB7551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 50.62%
G = 29.18%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB7551 (or 0xCB7551) is known color: Red Damask. HEX triplet: CB, 75 and 51. RGB value is (203,117,81). Sum of RGB (Red+Green+Blue) = 203+117+81=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7551 is #348AAE. Grayscale: #8A8A8A. Windows color (decimal): -3443375 or 5338571. OLE color: 5338571.

HSL color Cylindrical-coordinate representation of color #CB7551: hue angle of 17.7º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB7551 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 81 -
CMYK 0 0.42 0.60 0.20
HSL 17.7º 0.54% 0.56% -
HSV(B) 17.7º 0.6% 0.8% -
XYZ 32.48 26.01 11.09 -
YUV 138.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 203 117 81 0 0.42 0.60 0.20 17.7 0.54 0.56
Hex CB 75 51 0 2A 3C 14 12 36 38
Octal 313 165 121 0 52 74 24 22 66 70
Binary 11001011 1110101 1010001 0 101010 111100 10100 10010 110110 111000

Color Harmonies of #CB7551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7551

Black with #CB7551

Text Example


Text Example

White with #CB7551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7551; }

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

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

background-color css

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

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

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

border-color css

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

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

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