Html Css Color HEX #CF835A Burning Sand

📋 copy color: '#CF835A'

red 207 ◦ green 131 ◦ blue 90

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

Shades of Burning Sand #CF835A

Tints of Burning Sand #CF835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 48.36%
G = 30.61%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF835A (or 0xCF835A) is known color: Burning Sand. HEX triplet: CF, 83 and 5A. RGB value is (207,131,90). Sum of RGB (Red+Green+Blue) = 207+131+90=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF835A is #307CA5. Grayscale: #959595. Windows color (decimal): -3177638 or 5931983. OLE color: 5931983.

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

Color convert

RGB 207 131 90 -
CMYK 0 0.37 0.57 0.19
HSL 21.03º 0.55% 0.58% -
HSV(B) 21.03º 0.57% 0.81% -
XYZ 35.69 30.24 13.63 -
YUV 149.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 207 131 90 0 0.37 0.57 0.19 21.03 0.55 0.58
Hex CF 83 5A 0 25 39 13 15 37 3A
Octal 317 203 132 0 45 71 23 25 67 72
Binary 11001111 10000011 1011010 0 100101 111001 10011 10101 110111 111010

Color Harmonies of #CF835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF835A

Black with #CF835A

Text Example


Text Example

White with #CF835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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