Html Css Color HEX #CF836E Burning Sand

📋 copy color: '#CF836E'

red 207 ◦ green 131 ◦ blue 110

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

Shades of Burning Sand #CF836E

Tints of Burning Sand #CF836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.55%

R = 46.21%
G = 29.24%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF836E (or 0xCF836E) is known color: Burning Sand. HEX triplet: CF, 83 and 6E. RGB value is (207,131,110). Sum of RGB (Red+Green+Blue) = 207+131+110=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF836E is #307C91. Grayscale: #979797. Windows color (decimal): -3177618 or 7242703. OLE color: 7242703.

HSL color Cylindrical-coordinate representation of color #CF836E: hue angle of 12.99º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF836E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 110 -
CMYK 0 0.37 0.47 0.19
HSL 12.99º 0.5% 0.62% -
HSV(B) 12.99º 0.47% 0.81% -
XYZ 36.66 30.62 18.73 -
YUV 151.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 207 131 110 0 0.37 0.47 0.19 12.99 0.5 0.62
Hex CF 83 6E 0 25 2F 13 D 32 3E
Octal 317 203 156 0 45 57 23 15 62 76
Binary 11001111 10000011 1101110 0 100101 101111 10011 1101 110010 111110

Color Harmonies of #CF836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF836E

Black with #CF836E

Text Example


Text Example

White with #CF836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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