Html Css Color HEX #CB7349 Red Damask

📋 copy color: '#CB7349'

red 203 ◦ green 115 ◦ blue 73

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

Shades of Red Damask #CB7349

Tints of Red Damask #CB7349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 51.92%
G = 29.41%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB7349 (or 0xCB7349) is known color: Red Damask. HEX triplet: CB, 73 and 49. RGB value is (203,115,73). Sum of RGB (Red+Green+Blue) = 203+115+73=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7349 is #348CB6. Grayscale: #888888. Windows color (decimal): -3443895 or 4813771. OLE color: 4813771.

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

Color convert

RGB 203 115 73 -
CMYK 0 0.43 0.64 0.20
HSL 19.38º 0.56% 0.54% -
HSV(B) 19.38º 0.64% 0.8% -
XYZ 31.96 25.44 9.53 -
YUV 136.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 203 115 73 0 0.43 0.64 0.20 19.38 0.56 0.54
Hex CB 73 49 0 2B 40 14 13 38 36
Octal 313 163 111 0 53 100 24 23 70 66
Binary 11001011 1110011 1001001 0 101011 1000000 10100 10011 111000 110110

Color Harmonies of #CB7349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7349

Black with #CB7349

Text Example


Text Example

White with #CB7349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7349; }

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

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

background-color css

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

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

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

border-color css

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

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

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