Html Css Color HEX #CF7F59 Burning Sand

📋 copy color: '#CF7F59'

red 207 ◦ green 127 ◦ blue 89

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

Shades of Burning Sand #CF7F59

Tints of Burning Sand #CF7F59

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

 BLUE value IS 89 (35.16% from 255) = 21.04%

R = 48.94%
G = 30.02%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF7F59 (or 0xCF7F59) is known color: Burning Sand. HEX triplet: CF, 7F and 59. RGB value is (207,127,89). Sum of RGB (Red+Green+Blue) = 207+127+89=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F59 is #3080A6. Grayscale: #929292. Windows color (decimal): -3178663 or 5865423. OLE color: 5865423.

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

Color convert

RGB 207 127 89 -
CMYK 0 0.39 0.57 0.19
HSL 19.32º 0.55% 0.58% -
HSV(B) 19.32º 0.57% 0.81% -
XYZ 35.12 29.17 13.23 -
YUV 146.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 207 127 89 0 0.39 0.57 0.19 19.32 0.55 0.58
Hex CF 7F 59 0 27 39 13 13 37 3A
Octal 317 177 131 0 47 71 23 23 67 72
Binary 11001111 1111111 1011001 0 100111 111001 10011 10011 110111 111010

Color Harmonies of #CF7F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F59

Black with #CF7F59

Text Example


Text Example

White with #CF7F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F59; }

 p { color: rgb(207,127,89); }

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

background-color css

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

 a { background-color: rgb(207,127,89); }

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

border-color css

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

 span { border-color: rgb(207,127,89); }

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