Html Css Color HEX #CB724D Red Damask

📋 copy color: '#CB724D'

red 203 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #CB724D

Tints of Red Damask #CB724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 51.52%
G = 28.93%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB724D (or 0xCB724D) is known color: Red Damask. HEX triplet: CB, 72 and 4D. RGB value is (203,114,77). Sum of RGB (Red+Green+Blue) = 203+114+77=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB724D is #348DB2. Grayscale: #888888. Windows color (decimal): -3444147 or 5075659. OLE color: 5075659.

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

Color convert

RGB 203 114 77 -
CMYK 0 0.44 0.62 0.20
HSL 17.62º 0.55% 0.55% -
HSV(B) 17.62º 0.62% 0.8% -
XYZ 31.99 25.27 10.21 -
YUV 136.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 203 114 77 0 0.44 0.62 0.20 17.62 0.55 0.55
Hex CB 72 4D 0 2C 3E 14 12 37 37
Octal 313 162 115 0 54 76 24 22 67 67
Binary 11001011 1110010 1001101 0 101100 111110 10100 10010 110111 110111

Color Harmonies of #CB724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB724D

Black with #CB724D

Text Example


Text Example

White with #CB724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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