Html Css Color HEX #CB784F Red Damask

📋 copy color: '#CB784F'

red 203 ◦ green 120 ◦ blue 79

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

Shades of Red Damask #CB784F

Tints of Red Damask #CB784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

 BLUE value IS 79 (31.25% from 255) = 19.65%

R = 50.5%
G = 29.85%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB784F (or 0xCB784F) is known color: Red Damask. HEX triplet: CB, 78 and 4F. RGB value is (203,120,79). Sum of RGB (Red+Green+Blue) = 203+120+79=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB784F is #3487B0. Grayscale: #8C8C8C. Windows color (decimal): -3442609 or 5208267. OLE color: 5208267.

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

Color convert

RGB 203 120 79 -
CMYK 0 0.41 0.61 0.20
HSL 19.84º 0.54% 0.55% -
HSV(B) 19.84º 0.61% 0.8% -
XYZ 32.76 26.69 10.82 -
YUV 140.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 203 120 79 0 0.41 0.61 0.20 19.84 0.54 0.55
Hex CB 78 4F 0 29 3D 14 14 36 37
Octal 313 170 117 0 51 75 24 24 66 67
Binary 11001011 1111000 1001111 0 101001 111101 10100 10100 110110 110111

Color Harmonies of #CB784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB784F

Black with #CB784F

Text Example


Text Example

White with #CB784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB784F; }

 p { color: rgb(203,120,79); }

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

background-color css

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

 a { background-color: rgb(203,120,79); }

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

border-color css

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

 span { border-color: rgb(203,120,79); }

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