Html Css Color HEX #CF754F Red Damask

📋 copy color: '#CF754F'

red 207 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #CF754F

Tints of Red Damask #CF754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 51.36%
G = 29.03%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF754F (or 0xCF754F) is known color: Red Damask. HEX triplet: CF, 75 and 4F. RGB value is (207,117,79). Sum of RGB (Red+Green+Blue) = 207+117+79=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF754F is #308AB0. Grayscale: #8B8B8B. Windows color (decimal): -3181233 or 5207503. OLE color: 5207503.

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

Color convert

RGB 207 117 79 -
CMYK 0 0.43 0.62 0.19
HSL 17.81º 0.57% 0.56% -
HSV(B) 17.81º 0.62% 0.81% -
XYZ 33.5 26.55 10.76 -
YUV 139.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 207 117 79 0 0.43 0.62 0.19 17.81 0.57 0.56
Hex CF 75 4F 0 2B 3E 13 12 39 38
Octal 317 165 117 0 53 76 23 22 71 70
Binary 11001111 1110101 1001111 0 101011 111110 10011 10010 111001 111000

Color Harmonies of #CF754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF754F

Black with #CF754F

Text Example


Text Example

White with #CF754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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