Html Css Color HEX #C38A6C Burning Sand

📋 copy color: '#C38A6C'

red 195 ◦ green 138 ◦ blue 108

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

Shades of Burning Sand #C38A6C

Tints of Burning Sand #C38A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 44.22%
G = 31.29%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C38A6C (or 0xC38A6C) is known color: Burning Sand. HEX triplet: C3, 8A and 6C. RGB value is (195,138,108). Sum of RGB (Red+Green+Blue) = 195+138+108=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A6C is #3C7593. Grayscale: #979797. Windows color (decimal): -3962260 or 7113411. OLE color: 7113411.

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

Color convert

RGB 195 138 108 -
CMYK 0 0.29 0.45 0.24
HSL 20.69º 0.42% 0.59% -
HSV(B) 20.69º 0.45% 0.76% -
XYZ 34.3 30.86 18.34 -
YUV 151.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 195 138 108 0 0.29 0.45 0.24 20.69 0.42 0.59
Hex C3 8A 6C 0 1D 2D 18 15 2A 3B
Octal 303 212 154 0 35 55 30 25 52 73
Binary 11000011 10001010 1101100 0 11101 101101 11000 10101 101010 111011

Color Harmonies of #C38A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A6C

Black with #C38A6C

Text Example


Text Example

White with #C38A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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