Html Css Color HEX #C38A69 Burning Sand

📋 copy color: '#C38A69'

red 195 ◦ green 138 ◦ blue 105

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

Shades of Burning Sand #C38A69

Tints of Burning Sand #C38A69

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 44.52%
G = 31.51%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C38A69 (or 0xC38A69) is known color: Burning Sand. HEX triplet: C3, 8A and 69. RGB value is (195,138,105). Sum of RGB (Red+Green+Blue) = 195+138+105=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A69 is #3C7596. Grayscale: #979797. Windows color (decimal): -3962263 or 6916803. OLE color: 6916803.

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

Color convert

RGB 195 138 105 -
CMYK 0 0.29 0.46 0.24
HSL 22º 0.43% 0.59% -
HSV(B) 22º 0.46% 0.76% -
XYZ 34.14 30.8 17.51 -
YUV 151.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 195 138 105 0 0.29 0.46 0.24 22 0.43 0.59
Hex C3 8A 69 0 1D 2E 18 16 2B 3B
Octal 303 212 151 0 35 56 30 26 53 73
Binary 11000011 10001010 1101001 0 11101 101110 11000 10110 101011 111011

Color Harmonies of #C38A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A69

Black with #C38A69

Text Example


Text Example

White with #C38A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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