Html Css Color HEX #CF836C Burning Sand

📋 copy color: '#CF836C'

red 207 ◦ green 131 ◦ blue 108

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

Shades of Burning Sand #CF836C

Tints of Burning Sand #CF836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.22%

R = 46.41%
G = 29.37%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF836C (or 0xCF836C) is known color: Burning Sand. HEX triplet: CF, 83 and 6C. RGB value is (207,131,108). Sum of RGB (Red+Green+Blue) = 207+131+108=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF836C is #307C93. Grayscale: #979797. Windows color (decimal): -3177620 or 7111631. OLE color: 7111631.

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

Color convert

RGB 207 131 108 -
CMYK 0 0.37 0.48 0.19
HSL 13.94º 0.51% 0.62% -
HSV(B) 13.94º 0.48% 0.81% -
XYZ 36.56 30.58 18.16 -
YUV 151.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 207 131 108 0 0.37 0.48 0.19 13.94 0.51 0.62
Hex CF 83 6C 0 25 30 13 E 33 3E
Octal 317 203 154 0 45 60 23 16 63 76
Binary 11001111 10000011 1101100 0 100101 110000 10011 1110 110011 111110

Color Harmonies of #CF836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF836C

Black with #CF836C

Text Example


Text Example

White with #CF836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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