Html Css Color HEX #CF845E Burning Sand

📋 copy color: '#CF845E'

red 207 ◦ green 132 ◦ blue 94

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

Shades of Burning Sand #CF845E

Tints of Burning Sand #CF845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 47.81%
G = 30.48%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF845E (or 0xCF845E) is known color: Burning Sand. HEX triplet: CF, 84 and 5E. RGB value is (207,132,94). Sum of RGB (Red+Green+Blue) = 207+132+94=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF845E is #307BA1. Grayscale: #969696. Windows color (decimal): -3177378 or 6194383. OLE color: 6194383.

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

Color convert

RGB 207 132 94 -
CMYK 0 0.36 0.55 0.19
HSL 20.18º 0.54% 0.59% -
HSV(B) 20.18º 0.55% 0.81% -
XYZ 36 30.58 14.59 -
YUV 150.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 207 132 94 0 0.36 0.55 0.19 20.18 0.54 0.59
Hex CF 84 5E 0 24 37 13 14 36 3B
Octal 317 204 136 0 44 67 23 24 66 73
Binary 11001111 10000100 1011110 0 100100 110111 10011 10100 110110 111011

Color Harmonies of #CF845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF845E

Black with #CF845E

Text Example


Text Example

White with #CF845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF845E; }

 p { color: rgb(207,132,94); }

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

background-color css

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

 a { background-color: rgb(207,132,94); }

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

border-color css

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

 span { border-color: rgb(207,132,94); }

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