Html Css Color HEX #CF865A Burning Sand

📋 copy color: '#CF865A'

red 207 ◦ green 134 ◦ blue 90

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

Shades of Burning Sand #CF865A

Tints of Burning Sand #CF865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 48.03%
G = 31.09%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF865A (or 0xCF865A) is known color: Burning Sand. HEX triplet: CF, 86 and 5A. RGB value is (207,134,90). Sum of RGB (Red+Green+Blue) = 207+134+90=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF865A is #3079A5. Grayscale: #979797. Windows color (decimal): -3176870 or 5932751. OLE color: 5932751.

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

Color convert

RGB 207 134 90 -
CMYK 0 0.35 0.57 0.19
HSL 22.56º 0.55% 0.58% -
HSV(B) 22.56º 0.57% 0.81% -
XYZ 36.1 31.05 13.76 -
YUV 150.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 207 134 90 0 0.35 0.57 0.19 22.56 0.55 0.58
Hex CF 86 5A 0 23 39 13 17 37 3A
Octal 317 206 132 0 43 71 23 27 67 72
Binary 11001111 10000110 1011010 0 100011 111001 10011 10111 110111 111010

Color Harmonies of #CF865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF865A

Black with #CF865A

Text Example


Text Example

White with #CF865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF865A; }

 p { color: rgb(207,134,90); }

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

background-color css

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

 a { background-color: rgb(207,134,90); }

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

border-color css

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

 span { border-color: rgb(207,134,90); }

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