Html Css Color HEX #C2825A Burning Sand

📋 copy color: '#C2825A'

red 194 ◦ green 130 ◦ blue 90

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

Shades of Burning Sand #C2825A

Tints of Burning Sand #C2825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.4%

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

R = 46.86%
G = 31.4%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2825A (or 0xC2825A) is known color: Burning Sand. HEX triplet: C2, 82 and 5A. RGB value is (194,130,90). Sum of RGB (Red+Green+Blue) = 194+130+90=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2825A is #3D7DA5. Grayscale: #909090. Windows color (decimal): -4029862 or 5931714. OLE color: 5931714.

HSL color Cylindrical-coordinate representation of color #C2825A: hue angle of 23.08º 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 #C2825A is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 90 -
CMYK 0 0.33 0.54 0.24
HSL 23.08º 0.46% 0.56% -
HSV(B) 23.08º 0.54% 0.76% -
XYZ 32.08 28.17 13.42 -
YUV 144.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 194 130 90 0 0.33 0.54 0.24 23.08 0.46 0.56
Hex C2 82 5A 0 21 36 18 17 2E 38
Octal 302 202 132 0 41 66 30 27 56 70
Binary 11000010 10000010 1011010 0 100001 110110 11000 10111 101110 111000

Color Harmonies of #C2825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2825A

Black with #C2825A

Text Example


Text Example

White with #C2825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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