Html Css Color HEX #CF714B Red Damask

📋 copy color: '#CF714B'

red 207 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #CF714B

Tints of Red Damask #CF714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 52.41%
G = 28.61%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF714B (or 0xCF714B) is known color: Red Damask. HEX triplet: CF, 71 and 4B. RGB value is (207,113,75). Sum of RGB (Red+Green+Blue) = 207+113+75=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF714B is #308EB4. Grayscale: #898989. Windows color (decimal): -3182261 or 4944335. OLE color: 4944335.

HSL color Cylindrical-coordinate representation of color #CF714B: hue angle of 17.27º 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 #CF714B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 75 -
CMYK 0 0.45 0.64 0.19
HSL 17.27º 0.58% 0.55% -
HSV(B) 17.27º 0.64% 0.81% -
XYZ 32.91 25.58 9.86 -
YUV 136.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 207 113 75 0 0.45 0.64 0.19 17.27 0.58 0.55
Hex CF 71 4B 0 2D 40 13 11 3A 37
Octal 317 161 113 0 55 100 23 21 72 67
Binary 11001111 1110001 1001011 0 101101 1000000 10011 10001 111010 110111

Color Harmonies of #CF714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF714B

Black with #CF714B

Text Example


Text Example

White with #CF714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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