Html Css Color HEX #CF754C Red Damask

📋 copy color: '#CF754C'

red 207 ◦ green 117 ◦ blue 76

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

Shades of Red Damask #CF754C

Tints of Red Damask #CF754C

RGB

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

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

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

R = 51.75%
G = 29.25%
B = 19%

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

#CF754C (or 0xCF754C) is known color: Red Damask. HEX triplet: CF, 75 and 4C. RGB value is (207,117,76). Sum of RGB (Red+Green+Blue) = 207+117+76=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF754C is #308AB3. Grayscale: #8B8B8B. Windows color (decimal): -3181236 or 5010895. OLE color: 5010895.

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

Color convert

RGB 207 117 76 -
CMYK 0 0.43 0.63 0.19
HSL 18.78º 0.58% 0.55% -
HSV(B) 18.78º 0.63% 0.81% -
XYZ 33.4 26.51 10.19 -
YUV 139.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 207 117 76 0 0.43 0.63 0.19 18.78 0.58 0.55
Hex CF 75 4C 0 2B 3F 13 13 3A 37
Octal 317 165 114 0 53 77 23 23 72 67
Binary 11001111 1110101 1001100 0 101011 111111 10011 10011 111010 110111

Color Harmonies of #CF754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF754C

Black with #CF754C

Text Example


Text Example

White with #CF754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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