Html Css Color HEX #CB6547 Red Damask

📋 copy color: '#CB6547'

red 203 ◦ green 101 ◦ blue 71

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

Shades of Red Damask #CB6547

Tints of Red Damask #CB6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.93%

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 54.13%
G = 26.93%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB6547 (or 0xCB6547) is known color: Red Damask. HEX triplet: CB, 65 and 47. RGB value is (203,101,71). Sum of RGB (Red+Green+Blue) = 203+101+71=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6547 is #349AB8. Grayscale: #808080. Windows color (decimal): -3447481 or 4679115. OLE color: 4679115.

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

Color convert

RGB 203 101 71 -
CMYK 0 0.50 0.65 0.20
HSL 13.64º 0.56% 0.54% -
HSV(B) 13.64º 0.65% 0.8% -
XYZ 30.42 22.46 8.69 -
YUV 128.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 203 101 71 0 0.50 0.65 0.20 13.64 0.56 0.54
Hex CB 65 47 0 32 41 14 E 38 36
Octal 313 145 107 0 62 101 24 16 70 66
Binary 11001011 1100101 1000111 0 110010 1000001 10100 1110 111000 110110

Color Harmonies of #CB6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6547

Black with #CB6547

Text Example


Text Example

White with #CB6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6547; }

 p { color: rgb(203,101,71); }

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

background-color css

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

 a { background-color: rgb(203,101,71); }

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

border-color css

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

 span { border-color: rgb(203,101,71); }

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