Html Css Color HEX #C38268 Burning Sand

📋 copy color: '#C38268'

red 195 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #C38268

Tints of Burning Sand #C38268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 45.45%
G = 30.3%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38268 (or 0xC38268) is known color: Burning Sand. HEX triplet: C3, 82 and 68. RGB value is (195,130,104). Sum of RGB (Red+Green+Blue) = 195+130+104=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38268 is #3C7D97. Grayscale: #929292. Windows color (decimal): -3964312 or 6849219. OLE color: 6849219.

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

Color convert

RGB 195 130 104 -
CMYK 0 0.33 0.47 0.24
HSL 17.14º 0.43% 0.59% -
HSV(B) 17.14º 0.47% 0.76% -
XYZ 32.99 28.57 16.87 -
YUV 146.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 195 130 104 0 0.33 0.47 0.24 17.14 0.43 0.59
Hex C3 82 68 0 21 2F 18 11 2B 3B
Octal 303 202 150 0 41 57 30 21 53 73
Binary 11000011 10000010 1101000 0 100001 101111 11000 10001 101011 111011

Color Harmonies of #C38268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38268

Black with #C38268

Text Example


Text Example

White with #C38268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38268; }

 p { color: rgb(195,130,104); }

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

background-color css

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

 a { background-color: rgb(195,130,104); }

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

border-color css

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

 span { border-color: rgb(195,130,104); }

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