Html Css Color HEX #CF754D Red Damask

📋 copy color: '#CF754D'

red 207 ◦ green 117 ◦ blue 77

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

Shades of Red Damask #CF754D

Tints of Red Damask #CF754D

RGB

 RED value IS 207 (81.25% from 255) = 51.62%

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

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

R = 51.62%
G = 29.18%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF754D (or 0xCF754D) is known color: Red Damask. HEX triplet: CF, 75 and 4D. RGB value is (207,117,77). Sum of RGB (Red+Green+Blue) = 207+117+77=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF754D is #308AB2. Grayscale: #8B8B8B. Windows color (decimal): -3181235 or 5076431. OLE color: 5076431.

HSL color Cylindrical-coordinate representation of color #CF754D: hue angle of 18.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF754D is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 77 -
CMYK 0 0.43 0.63 0.19
HSL 18.46º 0.58% 0.56% -
HSV(B) 18.46º 0.63% 0.81% -
XYZ 33.43 26.52 10.38 -
YUV 139.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 207 117 77 0 0.43 0.63 0.19 18.46 0.58 0.56
Hex CF 75 4D 0 2B 3F 13 12 3A 38
Octal 317 165 115 0 53 77 23 22 72 70
Binary 11001111 1110101 1001101 0 101011 111111 10011 10010 111010 111000

Color Harmonies of #CF754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF754D

Black with #CF754D

Text Example


Text Example

White with #CF754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF754D; }

 p { color: rgb(207,117,77); }

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

background-color css

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

 a { background-color: rgb(207,117,77); }

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

border-color css

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

 span { border-color: rgb(207,117,77); }

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