Html Css Color HEX #C38568 Burning Sand

📋 copy color: '#C38568'

red 195 ◦ green 133 ◦ blue 104

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

Shades of Burning Sand #C38568

Tints of Burning Sand #C38568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

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

R = 45.14%
G = 30.79%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38568 (or 0xC38568) is known color: Burning Sand. HEX triplet: C3, 85 and 68. RGB value is (195,133,104). Sum of RGB (Red+Green+Blue) = 195+133+104=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C38568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38568 is #3C7A97. Grayscale: #949494. Windows color (decimal): -3963544 or 6849987. OLE color: 6849987.

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

Color convert

RGB 195 133 104 -
CMYK 0 0.32 0.47 0.24
HSL 19.12º 0.43% 0.59% -
HSV(B) 19.12º 0.47% 0.76% -
XYZ 33.39 29.38 17.01 -
YUV 148.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 195 133 104 0 0.32 0.47 0.24 19.12 0.43 0.59
Hex C3 85 68 0 20 2F 18 13 2B 3B
Octal 303 205 150 0 40 57 30 23 53 73
Binary 11000011 10000101 1101000 0 100000 101111 11000 10011 101011 111011

Color Harmonies of #C38568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38568

Black with #C38568

Text Example


Text Example

White with #C38568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38568; }

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

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

background-color css

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

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

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

border-color css

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

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

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