Html Css Color HEX #CB6647 Red Damask

📋 copy color: '#CB6647'

red 203 ◦ green 102 ◦ blue 71

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

Shades of Red Damask #CB6647

Tints of Red Damask #CB6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

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

R = 53.99%
G = 27.13%
B = 18.88%

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

#CB6647 (or 0xCB6647) is known color: Red Damask. HEX triplet: CB, 66 and 47. RGB value is (203,102,71). Sum of RGB (Red+Green+Blue) = 203+102+71=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6647 is #3499B8. Grayscale: #808080. Windows color (decimal): -3447225 or 4679371. OLE color: 4679371.

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

Color convert

RGB 203 102 71 -
CMYK 0 0.50 0.65 0.20
HSL 14.09º 0.56% 0.54% -
HSV(B) 14.09º 0.65% 0.8% -
XYZ 30.52 22.65 8.73 -
YUV 128.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 203 102 71 0 0.50 0.65 0.20 14.09 0.56 0.54
Hex CB 66 47 0 32 41 14 E 38 36
Octal 313 146 107 0 62 101 24 16 70 66
Binary 11001011 1100110 1000111 0 110010 1000001 10100 1110 111000 110110

Color Harmonies of #CB6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6647

Black with #CB6647

Text Example


Text Example

White with #CB6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6647; }

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

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

background-color css

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

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

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

border-color css

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

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

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