Html Css Color HEX #CB6D47 Red Damask

📋 copy color: '#CB6D47'

red 203 ◦ green 109 ◦ blue 71

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

Shades of Red Damask #CB6D47

Tints of Red Damask #CB6D47

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

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

R = 53%
G = 28.46%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB6D47 (or 0xCB6D47) is known color: Red Damask. HEX triplet: CB, 6D and 47. RGB value is (203,109,71). Sum of RGB (Red+Green+Blue) = 203+109+71=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D47 is #3492B8. Grayscale: #858585. Windows color (decimal): -3445433 or 4681163. OLE color: 4681163.

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

Color convert

RGB 203 109 71 -
CMYK 0 0.46 0.65 0.20
HSL 17.27º 0.56% 0.54% -
HSV(B) 17.27º 0.65% 0.8% -
XYZ 31.23 24.09 8.96 -
YUV 132.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 203 109 71 0 0.46 0.65 0.20 17.27 0.56 0.54
Hex CB 6D 47 0 2E 41 14 11 38 36
Octal 313 155 107 0 56 101 24 21 70 66
Binary 11001011 1101101 1000111 0 101110 1000001 10100 10001 111000 110110

Color Harmonies of #CB6D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D47

Black with #CB6D47

Text Example


Text Example

White with #CB6D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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