Html Css Color HEX #C2835A Burning Sand

📋 copy color: '#C2835A'

red 194 ◦ green 131 ◦ blue 90

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

Shades of Burning Sand #C2835A

Tints of Burning Sand #C2835A

RGB

 RED value IS 194 (76.17% from 255) = 46.75%

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

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

R = 46.75%
G = 31.57%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2835A (or 0xC2835A) is known color: Burning Sand. HEX triplet: C2, 83 and 5A. RGB value is (194,131,90). Sum of RGB (Red+Green+Blue) = 194+131+90=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2835A is #3D7CA5. Grayscale: #919191. Windows color (decimal): -4029606 or 5931970. OLE color: 5931970.

HSL color Cylindrical-coordinate representation of color #C2835A: hue angle of 23.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2835A is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 90 -
CMYK 0 0.32 0.54 0.24
HSL 23.65º 0.46% 0.56% -
HSV(B) 23.65º 0.54% 0.76% -
XYZ 32.21 28.44 13.46 -
YUV 145.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 194 131 90 0 0.32 0.54 0.24 23.65 0.46 0.56
Hex C2 83 5A 0 20 36 18 18 2E 38
Octal 302 203 132 0 40 66 30 30 56 70
Binary 11000010 10000011 1011010 0 100000 110110 11000 11000 101110 111000

Color Harmonies of #C2835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2835A

Black with #C2835A

Text Example


Text Example

White with #C2835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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