Html Css Color HEX #CB6D4A Red Damask

📋 copy color: '#CB6D4A'

red 203 ◦ green 109 ◦ blue 74

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

Shades of Red Damask #CB6D4A

Tints of Red Damask #CB6D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.24%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 52.59%
G = 28.24%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB6D4A (or 0xCB6D4A) is known color: Red Damask. HEX triplet: CB, 6D and 4A. RGB value is (203,109,74). Sum of RGB (Red+Green+Blue) = 203+109+74=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D4A is #3492B5. Grayscale: #858585. Windows color (decimal): -3445430 or 4877771. OLE color: 4877771.

HSL color Cylindrical-coordinate representation of color #CB6D4A: hue angle of 16.28º degrees, saturation: 0.55, 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 #CB6D4A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 109 74 -
CMYK 0 0.46 0.64 0.20
HSL 16.28º 0.55% 0.54% -
HSV(B) 16.28º 0.64% 0.8% -
XYZ 31.33 24.13 9.48 -
YUV 133.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 203 109 74 0 0.46 0.64 0.20 16.28 0.55 0.54
Hex CB 6D 4A 0 2E 40 14 10 37 36
Octal 313 155 112 0 56 100 24 20 67 66
Binary 11001011 1101101 1001010 0 101110 1000000 10100 10000 110111 110110

Color Harmonies of #CB6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D4A

Black with #CB6D4A

Text Example


Text Example

White with #CB6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D4A; }

 p { color: rgb(203,109,74); }

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

background-color css

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

 a { background-color: rgb(203,109,74); }

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

border-color css

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

 span { border-color: rgb(203,109,74); }

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