Html Css Color HEX #CB6F4A Red Damask

📋 copy color: '#CB6F4A'

red 203 ◦ green 111 ◦ blue 74

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

Shades of Red Damask #CB6F4A

Tints of Red Damask #CB6F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

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

R = 52.32%
G = 28.61%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB6F4A (or 0xCB6F4A) is known color: Red Damask. HEX triplet: CB, 6F and 4A. RGB value is (203,111,74). Sum of RGB (Red+Green+Blue) = 203+111+74=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F4A is #3490B5. Grayscale: #868686. Windows color (decimal): -3444918 or 4878283. OLE color: 4878283.

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

Color convert

RGB 203 111 74 -
CMYK 0 0.45 0.64 0.20
HSL 17.21º 0.55% 0.54% -
HSV(B) 17.21º 0.64% 0.8% -
XYZ 31.55 24.56 9.56 -
YUV 134.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 203 111 74 0 0.45 0.64 0.20 17.21 0.55 0.54
Hex CB 6F 4A 0 2D 40 14 11 37 36
Octal 313 157 112 0 55 100 24 21 67 66
Binary 11001011 1101111 1001010 0 101101 1000000 10100 10001 110111 110110

Color Harmonies of #CB6F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F4A

Black with #CB6F4A

Text Example


Text Example

White with #CB6F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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