Html Css Color HEX #C3875E Burning Sand

📋 copy color: '#C3875E'

red 195 ◦ green 135 ◦ blue 94

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

Shades of Burning Sand #C3875E

Tints of Burning Sand #C3875E

RGB

 RED value IS 195 (76.56% from 255) = 45.99%

 GREEN value IS 135 (53.13% from 255) = 31.84%

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 45.99%
G = 31.84%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3875E (or 0xC3875E) is known color: Burning Sand. HEX triplet: C3, 87 and 5E. RGB value is (195,135,94). Sum of RGB (Red+Green+Blue) = 195+135+94=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3875E is #3C78A1. Grayscale: #949494. Windows color (decimal): -3963042 or 6195139. OLE color: 6195139.

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

Color convert

RGB 195 135 94 -
CMYK 0 0.31 0.52 0.24
HSL 24.36º 0.46% 0.57% -
HSV(B) 24.36º 0.52% 0.76% -
XYZ 33.19 29.74 14.58 -
YUV 148.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 195 135 94 0 0.31 0.52 0.24 24.36 0.46 0.57
Hex C3 87 5E 0 1F 34 18 18 2E 39
Octal 303 207 136 0 37 64 30 30 56 71
Binary 11000011 10000111 1011110 0 11111 110100 11000 11000 101110 111001

Color Harmonies of #C3875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3875E

Black with #C3875E

Text Example


Text Example

White with #C3875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3875E; }

 p { color: rgb(195,135,94); }

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

background-color css

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

 a { background-color: rgb(195,135,94); }

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

border-color css

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

 span { border-color: rgb(195,135,94); }

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