Html Css Color HEX #CB6C48 Red Damask

📋 copy color: '#CB6C48'

red 203 ◦ green 108 ◦ blue 72

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

Shades of Red Damask #CB6C48

Tints of Red Damask #CB6C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

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

R = 53%
G = 28.2%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB6C48 (or 0xCB6C48) is known color: Red Damask. HEX triplet: CB, 6C and 48. RGB value is (203,108,72). Sum of RGB (Red+Green+Blue) = 203+108+72=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C48 is #3493B7. Grayscale: #848484. Windows color (decimal): -3445688 or 4746443. OLE color: 4746443.

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

Color convert

RGB 203 108 72 -
CMYK 0 0.47 0.65 0.20
HSL 16.49º 0.56% 0.54% -
HSV(B) 16.49º 0.65% 0.8% -
XYZ 31.16 23.89 9.1 -
YUV 132.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 203 108 72 0 0.47 0.65 0.20 16.49 0.56 0.54
Hex CB 6C 48 0 2F 41 14 10 38 36
Octal 313 154 110 0 57 101 24 20 70 66
Binary 11001011 1101100 1001000 0 101111 1000001 10100 10000 111000 110110

Color Harmonies of #CB6C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C48

Black with #CB6C48

Text Example


Text Example

White with #CB6C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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