Html Css Color HEX #CF835B Burning Sand

📋 copy color: '#CF835B'

red 207 ◦ green 131 ◦ blue 91

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

Shades of Burning Sand #CF835B

Tints of Burning Sand #CF835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.21%

R = 48.25%
G = 30.54%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF835B (or 0xCF835B) is known color: Burning Sand. HEX triplet: CF, 83 and 5B. RGB value is (207,131,91). Sum of RGB (Red+Green+Blue) = 207+131+91=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF835B is #307CA4. Grayscale: #959595. Windows color (decimal): -3177637 or 5997519. OLE color: 5997519.

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

Color convert

RGB 207 131 91 -
CMYK 0 0.37 0.56 0.19
HSL 20.69º 0.55% 0.58% -
HSV(B) 20.69º 0.56% 0.81% -
XYZ 35.74 30.25 13.85 -
YUV 149.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 207 131 91 0 0.37 0.56 0.19 20.69 0.55 0.58
Hex CF 83 5B 0 25 38 13 15 37 3A
Octal 317 203 133 0 45 70 23 25 67 72
Binary 11001111 10000011 1011011 0 100101 111000 10011 10101 110111 111010

Color Harmonies of #CF835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF835B

Black with #CF835B

Text Example


Text Example

White with #CF835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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