Html Css Color HEX #CF8258 Burning Sand

📋 copy color: '#CF8258'

red 207 ◦ green 130 ◦ blue 88

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

Shades of Burning Sand #CF8258

Tints of Burning Sand #CF8258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 48.71%
G = 30.59%
B = 20.71%

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

#CF8258 (or 0xCF8258) is known color: Burning Sand. HEX triplet: CF, 82 and 58. RGB value is (207,130,88). Sum of RGB (Red+Green+Blue) = 207+130+88=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8258 is #307DA7. Grayscale: #949494. Windows color (decimal): -3177896 or 5800655. OLE color: 5800655.

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

Color convert

RGB 207 130 88 -
CMYK 0 0.37 0.57 0.19
HSL 21.18º 0.55% 0.58% -
HSV(B) 21.18º 0.57% 0.81% -
XYZ 35.48 29.94 13.14 -
YUV 148.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 207 130 88 0 0.37 0.57 0.19 21.18 0.55 0.58
Hex CF 82 58 0 25 39 13 15 37 3A
Octal 317 202 130 0 45 71 23 25 67 72
Binary 11001111 10000010 1011000 0 100101 111001 10011 10101 110111 111010

Color Harmonies of #CF8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8258

Black with #CF8258

Text Example


Text Example

White with #CF8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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