Html Css Color HEX #CB6649 Red Damask

📋 copy color: '#CB6649'

red 203 ◦ green 102 ◦ blue 73

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

Shades of Red Damask #CB6649

Tints of Red Damask #CB6649

RGB

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

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

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

R = 53.7%
G = 26.98%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB6649 (or 0xCB6649) is known color: Red Damask. HEX triplet: CB, 66 and 49. RGB value is (203,102,73). Sum of RGB (Red+Green+Blue) = 203+102+73=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6649 is #3499B6. Grayscale: #818181. Windows color (decimal): -3447223 or 4810443. OLE color: 4810443.

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

Color convert

RGB 203 102 73 -
CMYK 0 0.50 0.64 0.20
HSL 13.38º 0.56% 0.54% -
HSV(B) 13.38º 0.64% 0.8% -
XYZ 30.58 22.68 9.07 -
YUV 128.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 203 102 73 0 0.50 0.64 0.20 13.38 0.56 0.54
Hex CB 66 49 0 32 40 14 D 38 36
Octal 313 146 111 0 62 100 24 15 70 66
Binary 11001011 1100110 1001001 0 110010 1000000 10100 1101 111000 110110

Color Harmonies of #CB6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6649

Black with #CB6649

Text Example


Text Example

White with #CB6649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6649; }

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

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

background-color css

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

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

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

border-color css

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

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

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