Html Css Color HEX #CF7E59 Burning Sand

📋 copy color: '#CF7E59'

red 207 ◦ green 126 ◦ blue 89

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

Shades of Burning Sand #CF7E59

Tints of Burning Sand #CF7E59

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.86%

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

R = 49.05%
G = 29.86%
B = 21.09%

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

#CF7E59 (or 0xCF7E59) is known color: Burning Sand. HEX triplet: CF, 7E and 59. RGB value is (207,126,89). Sum of RGB (Red+Green+Blue) = 207+126+89=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E59 is #3081A6. Grayscale: #929292. Windows color (decimal): -3178919 or 5865167. OLE color: 5865167.

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

Color convert

RGB 207 126 89 -
CMYK 0 0.39 0.57 0.19
HSL 18.81º 0.55% 0.58% -
HSV(B) 18.81º 0.57% 0.81% -
XYZ 35 28.91 13.19 -
YUV 146 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 207 126 89 0 0.39 0.57 0.19 18.81 0.55 0.58
Hex CF 7E 59 0 27 39 13 13 37 3A
Octal 317 176 131 0 47 71 23 23 67 72
Binary 11001111 1111110 1011001 0 100111 111001 10011 10011 110111 111010

Color Harmonies of #CF7E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E59

Black with #CF7E59

Text Example


Text Example

White with #CF7E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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