Html Css Color HEX #CB6E4D Red Damask

📋 copy color: '#CB6E4D'

red 203 ◦ green 110 ◦ blue 77

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

Shades of Red Damask #CB6E4D

Tints of Red Damask #CB6E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.21%

 BLUE value IS 77 (30.47% from 255) = 19.74%

R = 52.05%
G = 28.21%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB6E4D (or 0xCB6E4D) is known color: Red Damask. HEX triplet: CB, 6E and 4D. RGB value is (203,110,77). Sum of RGB (Red+Green+Blue) = 203+110+77=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E4D is #3491B2. Grayscale: #868686. Windows color (decimal): -3445171 or 5074635. OLE color: 5074635.

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

Color convert

RGB 203 110 77 -
CMYK 0 0.46 0.62 0.20
HSL 15.71º 0.55% 0.55% -
HSV(B) 15.71º 0.62% 0.8% -
XYZ 31.54 24.38 10.07 -
YUV 134.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 203 110 77 0 0.46 0.62 0.20 15.71 0.55 0.55
Hex CB 6E 4D 0 2E 3E 14 10 37 37
Octal 313 156 115 0 56 76 24 20 67 67
Binary 11001011 1101110 1001101 0 101110 111110 10100 10000 110111 110111

Color Harmonies of #CB6E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E4D

Black with #CB6E4D

Text Example


Text Example

White with #CB6E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E4D; }

 p { color: rgb(203,110,77); }

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

background-color css

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

 a { background-color: rgb(203,110,77); }

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

border-color css

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

 span { border-color: rgb(203,110,77); }

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