Html Css Color HEX #CB724A Red Damask

📋 copy color: '#CB724A'

red 203 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #CB724A

Tints of Red Damask #CB724A

RGB

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

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

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

R = 51.92%
G = 29.16%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB724A (or 0xCB724A) is known color: Red Damask. HEX triplet: CB, 72 and 4A. RGB value is (203,114,74). Sum of RGB (Red+Green+Blue) = 203+114+74=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB724A is #348DB5. Grayscale: #888888. Windows color (decimal): -3444150 or 4879051. OLE color: 4879051.

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

Color convert

RGB 203 114 74 -
CMYK 0 0.44 0.64 0.20
HSL 18.6º 0.55% 0.54% -
HSV(B) 18.6º 0.64% 0.8% -
XYZ 31.88 25.23 9.67 -
YUV 136.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 203 114 74 0 0.44 0.64 0.20 18.6 0.55 0.54
Hex CB 72 4A 0 2C 40 14 13 37 36
Octal 313 162 112 0 54 100 24 23 67 66
Binary 11001011 1110010 1001010 0 101100 1000000 10100 10011 110111 110110

Color Harmonies of #CB724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB724A

Black with #CB724A

Text Example


Text Example

White with #CB724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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