Html Css Color HEX #C38966 Burning Sand

📋 copy color: '#C38966'

red 195 ◦ green 137 ◦ blue 102

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

Shades of Burning Sand #C38966

Tints of Burning Sand #C38966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 44.93%
G = 31.57%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38966 (or 0xC38966) is known color: Burning Sand. HEX triplet: C3, 89 and 66. RGB value is (195,137,102). Sum of RGB (Red+Green+Blue) = 195+137+102=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38966 is #3C7699. Grayscale: #969696. Windows color (decimal): -3962522 or 6719939. OLE color: 6719939.

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

Color convert

RGB 195 137 102 -
CMYK 0 0.30 0.48 0.24
HSL 22.58º 0.44% 0.58% -
HSV(B) 22.58º 0.48% 0.76% -
XYZ 33.85 30.45 16.66 -
YUV 150.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 195 137 102 0 0.30 0.48 0.24 22.58 0.44 0.58
Hex C3 89 66 0 1E 30 18 17 2C 3A
Octal 303 211 146 0 36 60 30 27 54 72
Binary 11000011 10001001 1100110 0 11110 110000 11000 10111 101100 111010

Color Harmonies of #C38966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38966

Black with #C38966

Text Example


Text Example

White with #C38966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38966; }

 p { color: rgb(195,137,102); }

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

background-color css

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

 a { background-color: rgb(195,137,102); }

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

border-color css

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

 span { border-color: rgb(195,137,102); }

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