Html Css Color HEX #CF835E Burning Sand

📋 copy color: '#CF835E'

red 207 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #CF835E

Tints of Burning Sand #CF835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 47.92%
G = 30.32%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF835E (or 0xCF835E) is known color: Burning Sand. HEX triplet: CF, 83 and 5E. RGB value is (207,131,94). Sum of RGB (Red+Green+Blue) = 207+131+94=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF835E is #307CA1. Grayscale: #959595. Windows color (decimal): -3177634 or 6194127. OLE color: 6194127.

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

Color convert

RGB 207 131 94 -
CMYK 0 0.37 0.55 0.19
HSL 19.65º 0.54% 0.59% -
HSV(B) 19.65º 0.55% 0.81% -
XYZ 35.87 30.31 14.55 -
YUV 149.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 207 131 94 0 0.37 0.55 0.19 19.65 0.54 0.59
Hex CF 83 5E 0 25 37 13 14 36 3B
Octal 317 203 136 0 45 67 23 24 66 73
Binary 11001111 10000011 1011110 0 100101 110111 10011 10100 110110 111011

Color Harmonies of #CF835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF835E

Black with #CF835E

Text Example


Text Example

White with #CF835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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