Html Css Color HEX #C38158 Burning Sand

📋 copy color: '#C38158'

red 195 ◦ green 129 ◦ blue 88

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

Shades of Burning Sand #C38158

Tints of Burning Sand #C38158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.36%

R = 47.33%
G = 31.31%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C38158 (or 0xC38158) is known color: Burning Sand. HEX triplet: C3, 81 and 58. RGB value is (195,129,88). Sum of RGB (Red+Green+Blue) = 195+129+88=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C38158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38158 is #3C7EA7. Grayscale: #909090. Windows color (decimal): -3964584 or 5800387. OLE color: 5800387.

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

Color convert

RGB 195 129 88 -
CMYK 0 0.34 0.55 0.24
HSL 22.99º 0.47% 0.55% -
HSV(B) 22.99º 0.55% 0.76% -
XYZ 32.12 28.01 12.95 -
YUV 144.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 195 129 88 0 0.34 0.55 0.24 22.99 0.47 0.55
Hex C3 81 58 0 22 37 18 17 2F 37
Octal 303 201 130 0 42 67 30 27 57 67
Binary 11000011 10000001 1011000 0 100010 110111 11000 10111 101111 110111

Color Harmonies of #C38158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38158

Black with #C38158

Text Example


Text Example

White with #C38158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38158; }

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

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

background-color css

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

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

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

border-color css

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

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

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