Html Css Color HEX #CF8259 Burning Sand

📋 copy color: '#CF8259'

red 207 ◦ green 130 ◦ blue 89

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

Shades of Burning Sand #CF8259

Tints of Burning Sand #CF8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.52%

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

R = 48.59%
G = 30.52%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF8259 (or 0xCF8259) is known color: Burning Sand. HEX triplet: CF, 82 and 59. RGB value is (207,130,89). Sum of RGB (Red+Green+Blue) = 207+130+89=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8259 is #307DA6. Grayscale: #949494. Windows color (decimal): -3177895 or 5866191. OLE color: 5866191.

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

Color convert

RGB 207 130 89 -
CMYK 0 0.37 0.57 0.19
HSL 20.85º 0.55% 0.58% -
HSV(B) 20.85º 0.57% 0.81% -
XYZ 35.52 29.95 13.36 -
YUV 148.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 207 130 89 0 0.37 0.57 0.19 20.85 0.55 0.58
Hex CF 82 59 0 25 39 13 15 37 3A
Octal 317 202 131 0 45 71 23 25 67 72
Binary 11001111 10000010 1011001 0 100101 111001 10011 10101 110111 111010

Color Harmonies of #CF8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8259

Black with #CF8259

Text Example


Text Example

White with #CF8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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