Html Css Color HEX #CF835D Burning Sand

📋 copy color: '#CF835D'

red 207 ◦ green 131 ◦ blue 93

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

Shades of Burning Sand #CF835D

Tints of Burning Sand #CF835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 48.03%
G = 30.39%
B = 21.58%

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

#CF835D (or 0xCF835D) is known color: Burning Sand. HEX triplet: CF, 83 and 5D. RGB value is (207,131,93). Sum of RGB (Red+Green+Blue) = 207+131+93=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF835D is #307CA2. Grayscale: #959595. Windows color (decimal): -3177635 or 6128591. OLE color: 6128591.

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

Color convert

RGB 207 131 93 -
CMYK 0 0.37 0.55 0.19
HSL 20º 0.54% 0.59% -
HSV(B) 20º 0.55% 0.81% -
XYZ 35.82 30.29 14.31 -
YUV 149.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 207 131 93 0 0.37 0.55 0.19 20 0.54 0.59
Hex CF 83 5D 0 25 37 13 14 36 3B
Octal 317 203 135 0 45 67 23 24 66 73
Binary 11001111 10000011 1011101 0 100101 110111 10011 10100 110110 111011

Color Harmonies of #CF835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF835D

Black with #CF835D

Text Example


Text Example

White with #CF835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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