Html Css Color HEX #CD754B Red Damask

📋 copy color: '#CD754B'

red 205 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #CD754B

Tints of Red Damask #CD754B

RGB

 RED value IS 205 (80.47% from 255) = 51.64%

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 51.64%
G = 29.47%
B = 18.89%

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

#CD754B (or 0xCD754B) is known color: Red Damask. HEX triplet: CD, 75 and 4B. RGB value is (205,117,75). Sum of RGB (Red+Green+Blue) = 205+117+75=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD754B is #328AB4. Grayscale: #8A8A8A. Windows color (decimal): -3312309 or 4945357. OLE color: 4945357.

HSL color Cylindrical-coordinate representation of color #CD754B: hue angle of 19.38º degrees, saturation: 0.57, 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 #CD754B is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 117 75 -
CMYK 0 0.43 0.63 0.20
HSL 19.38º 0.57% 0.55% -
HSV(B) 19.38º 0.63% 0.8% -
XYZ 32.81 26.21 9.99 -
YUV 138.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 205 117 75 0 0.43 0.63 0.20 19.38 0.57 0.55
Hex CD 75 4B 0 2B 3F 14 13 39 37
Octal 315 165 113 0 53 77 24 23 71 67
Binary 11001101 1110101 1001011 0 101011 111111 10100 10011 111001 110111

Color Harmonies of #CD754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD754B

Black with #CD754B

Text Example


Text Example

White with #CD754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD754B; }

 p { color: rgb(205,117,75); }

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

background-color css

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

 a { background-color: rgb(205,117,75); }

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

border-color css

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

 span { border-color: rgb(205,117,75); }

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