Html Css Color HEX #CB6648 Red Damask

📋 copy color: '#CB6648'

red 203 ◦ green 102 ◦ blue 72

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

Shades of Red Damask #CB6648

Tints of Red Damask #CB6648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 53.85%
G = 27.06%
B = 19.1%

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

#CB6648 (or 0xCB6648) is known color: Red Damask. HEX triplet: CB, 66 and 48. RGB value is (203,102,72). Sum of RGB (Red+Green+Blue) = 203+102+72=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6648 is #3499B7. Grayscale: #818181. Windows color (decimal): -3447224 or 4744907. OLE color: 4744907.

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

Color convert

RGB 203 102 72 -
CMYK 0 0.50 0.65 0.20
HSL 13.74º 0.56% 0.54% -
HSV(B) 13.74º 0.65% 0.8% -
XYZ 30.55 22.67 8.9 -
YUV 128.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 203 102 72 0 0.50 0.65 0.20 13.74 0.56 0.54
Hex CB 66 48 0 32 41 14 E 38 36
Octal 313 146 110 0 62 101 24 16 70 66
Binary 11001011 1100110 1001000 0 110010 1000001 10100 1110 111000 110110

Color Harmonies of #CB6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6648

Black with #CB6648

Text Example


Text Example

White with #CB6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6648; }

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

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

background-color css

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

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

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

border-color css

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

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

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