Html Css Color HEX #C38869 Burning Sand

📋 copy color: '#C38869'

red 195 ◦ green 136 ◦ blue 105

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

Shades of Burning Sand #C38869

Tints of Burning Sand #C38869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.19%

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 44.72%
G = 31.19%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C38869 (or 0xC38869) is known color: Burning Sand. HEX triplet: C3, 88 and 69. RGB value is (195,136,105). Sum of RGB (Red+Green+Blue) = 195+136+105=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C38869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38869 is #3C7796. Grayscale: #969696. Windows color (decimal): -3962775 or 6916291. OLE color: 6916291.

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

Color convert

RGB 195 136 105 -
CMYK 0 0.30 0.46 0.24
HSL 20.67º 0.43% 0.59% -
HSV(B) 20.67º 0.46% 0.76% -
XYZ 33.86 30.23 17.42 -
YUV 150.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 195 136 105 0 0.30 0.46 0.24 20.67 0.43 0.59
Hex C3 88 69 0 1E 2E 18 15 2B 3B
Octal 303 210 151 0 36 56 30 25 53 73
Binary 11000011 10001000 1101001 0 11110 101110 11000 10101 101011 111011

Color Harmonies of #C38869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38869

Black with #C38869

Text Example


Text Example

White with #C38869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38869; }

 p { color: rgb(195,136,105); }

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

background-color css

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

 a { background-color: rgb(195,136,105); }

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

border-color css

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

 span { border-color: rgb(195,136,105); }

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