Html Css Color HEX #CF754B Red Damask

📋 copy color: '#CF754B'

red 207 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #CF754B

Tints of Red Damask #CF754B

RGB

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

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

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

R = 51.88%
G = 29.32%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF754B (or 0xCF754B) is known color: Red Damask. HEX triplet: CF, 75 and 4B. RGB value is (207,117,75). Sum of RGB (Red+Green+Blue) = 207+117+75=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF754B is #308AB4. Grayscale: #8B8B8B. Windows color (decimal): -3181237 or 4945359. OLE color: 4945359.

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

Color convert

RGB 207 117 75 -
CMYK 0 0.43 0.64 0.19
HSL 19.09º 0.58% 0.55% -
HSV(B) 19.09º 0.64% 0.81% -
XYZ 33.36 26.5 10.01 -
YUV 139.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 207 117 75 0 0.43 0.64 0.19 19.09 0.58 0.55
Hex CF 75 4B 0 2B 40 13 13 3A 37
Octal 317 165 113 0 53 100 23 23 72 67
Binary 11001111 1110101 1001011 0 101011 1000000 10011 10011 111010 110111

Color Harmonies of #CF754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF754B

Black with #CF754B

Text Example


Text Example

White with #CF754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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