Html Css Color HEX #C3816E Burning Sand

📋 copy color: '#C3816E'

red 195 ◦ green 129 ◦ blue 110

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

Shades of Burning Sand #C3816E

Tints of Burning Sand #C3816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

 BLUE value IS 110 (43.36% from 255) = 25.35%

R = 44.93%
G = 29.72%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3816E (or 0xC3816E) is known color: Burning Sand. HEX triplet: C3, 81 and 6E. RGB value is (195,129,110). Sum of RGB (Red+Green+Blue) = 195+129+110=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3816E is #3C7E91. Grayscale: #929292. Windows color (decimal): -3964562 or 7242179. OLE color: 7242179.

HSL color Cylindrical-coordinate representation of color #C3816E: hue angle of 13.41º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3816E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 110 -
CMYK 0 0.34 0.44 0.24
HSL 13.41º 0.41% 0.6% -
HSV(B) 13.41º 0.44% 0.76% -
XYZ 33.17 28.43 18.49 -
YUV 146.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 195 129 110 0 0.34 0.44 0.24 13.41 0.41 0.6
Hex C3 81 6E 0 22 2C 18 D 29 3C
Octal 303 201 156 0 42 54 30 15 51 74
Binary 11000011 10000001 1101110 0 100010 101100 11000 1101 101001 111100

Color Harmonies of #C3816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3816E

Black with #C3816E

Text Example


Text Example

White with #C3816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3816E; }

 p { color: rgb(195,129,110); }

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

background-color css

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

 a { background-color: rgb(195,129,110); }

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

border-color css

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

 span { border-color: rgb(195,129,110); }

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