Html Css Color HEX #CB6C50 Red Damask

📋 copy color: '#CB6C50'

red 203 ◦ green 108 ◦ blue 80

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

Shades of Red Damask #CB6C50

Tints of Red Damask #CB6C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 51.92%
G = 27.62%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB6C50 (or 0xCB6C50) is known color: Red Damask. HEX triplet: CB, 6C and 50. RGB value is (203,108,80). Sum of RGB (Red+Green+Blue) = 203+108+80=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C50 is #3493AF. Grayscale: #858585. Windows color (decimal): -3445680 or 5270731. OLE color: 5270731.

HSL color Cylindrical-coordinate representation of color #CB6C50: hue angle of 13.66º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB6C50 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 108 80 -
CMYK 0 0.47 0.61 0.20
HSL 13.66º 0.54% 0.55% -
HSV(B) 13.66º 0.61% 0.8% -
XYZ 31.44 24 10.57 -
YUV 133.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 203 108 80 0 0.47 0.61 0.20 13.66 0.54 0.55
Hex CB 6C 50 0 2F 3D 14 E 36 37
Octal 313 154 120 0 57 75 24 16 66 67
Binary 11001011 1101100 1010000 0 101111 111101 10100 1110 110110 110111

Color Harmonies of #CB6C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C50

Black with #CB6C50

Text Example


Text Example

White with #CB6C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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