Html Css Color HEX #CB7350 Red Damask

📋 copy color: '#CB7350'

red 203 ◦ green 115 ◦ blue 80

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

Shades of Red Damask #CB7350

Tints of Red Damask #CB7350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 51.01%
G = 28.89%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB7350 (or 0xCB7350) is known color: Red Damask. HEX triplet: CB, 73 and 50. RGB value is (203,115,80). Sum of RGB (Red+Green+Blue) = 203+115+80=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7350 is #348CAF. Grayscale: #898989. Windows color (decimal): -3443888 or 5272523. OLE color: 5272523.

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

Color convert

RGB 203 115 80 -
CMYK 0 0.43 0.61 0.20
HSL 17.07º 0.54% 0.55% -
HSV(B) 17.07º 0.61% 0.8% -
XYZ 32.21 25.54 10.82 -
YUV 137.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 203 115 80 0 0.43 0.61 0.20 17.07 0.54 0.55
Hex CB 73 50 0 2B 3D 14 11 36 37
Octal 313 163 120 0 53 75 24 21 66 67
Binary 11001011 1110011 1010000 0 101011 111101 10100 10001 110110 110111

Color Harmonies of #CB7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7350

Black with #CB7350

Text Example


Text Example

White with #CB7350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7350; }

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

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

background-color css

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

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

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

border-color css

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

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

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