Html Css Color HEX #CB744C Red Damask

📋 copy color: '#CB744C'

red 203 ◦ green 116 ◦ blue 76

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

Shades of Red Damask #CB744C

Tints of Red Damask #CB744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 51.39%
G = 29.37%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB744C (or 0xCB744C) is known color: Red Damask. HEX triplet: CB, 74 and 4C. RGB value is (203,116,76). Sum of RGB (Red+Green+Blue) = 203+116+76=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB744C is #348BB3. Grayscale: #898989. Windows color (decimal): -3443636 or 5010635. OLE color: 5010635.

HSL color Cylindrical-coordinate representation of color #CB744C: hue angle of 18.9º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB744C is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 116 76 -
CMYK 0 0.43 0.63 0.20
HSL 18.9º 0.55% 0.55% -
HSV(B) 18.9º 0.63% 0.8% -
XYZ 32.18 25.71 10.1 -
YUV 137.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 203 116 76 0 0.43 0.63 0.20 18.9 0.55 0.55
Hex CB 74 4C 0 2B 3F 14 13 37 37
Octal 313 164 114 0 53 77 24 23 67 67
Binary 11001011 1110100 1001100 0 101011 111111 10100 10011 110111 110111

Color Harmonies of #CB744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB744C

Black with #CB744C

Text Example


Text Example

White with #CB744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB744C; }

 p { color: rgb(203,116,76); }

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

background-color css

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

 a { background-color: rgb(203,116,76); }

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

border-color css

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

 span { border-color: rgb(203,116,76); }

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