Html Css Color HEX #CB6747 Red Damask

📋 copy color: '#CB6747'

red 203 ◦ green 103 ◦ blue 71

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

Shades of Red Damask #CB6747

Tints of Red Damask #CB6747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

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

R = 53.85%
G = 27.32%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB6747 (or 0xCB6747) is known color: Red Damask. HEX triplet: CB, 67 and 47. RGB value is (203,103,71). Sum of RGB (Red+Green+Blue) = 203+103+71=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6747 is #3498B8. Grayscale: #818181. Windows color (decimal): -3446969 or 4679627. OLE color: 4679627.

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

Color convert

RGB 203 103 71 -
CMYK 0 0.49 0.65 0.20
HSL 14.55º 0.56% 0.54% -
HSV(B) 14.55º 0.65% 0.8% -
XYZ 30.62 22.85 8.76 -
YUV 129.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 203 103 71 0 0.49 0.65 0.20 14.55 0.56 0.54
Hex CB 67 47 0 31 41 14 F 38 36
Octal 313 147 107 0 61 101 24 17 70 66
Binary 11001011 1100111 1000111 0 110001 1000001 10100 1111 111000 110110

Color Harmonies of #CB6747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6747

Black with #CB6747

Text Example


Text Example

White with #CB6747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6747; }

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

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

background-color css

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

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

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

border-color css

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

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

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