Html Css Color HEX #C38768 Burning Sand

📋 copy color: '#C38768'

red 195 ◦ green 135 ◦ blue 104

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

Shades of Burning Sand #C38768

Tints of Burning Sand #C38768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 44.93%
G = 31.11%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38768 (or 0xC38768) is known color: Burning Sand. HEX triplet: C3, 87 and 68. RGB value is (195,135,104). Sum of RGB (Red+Green+Blue) = 195+135+104=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38768 is #3C7897. Grayscale: #959595. Windows color (decimal): -3963032 or 6850499. OLE color: 6850499.

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

Color convert

RGB 195 135 104 -
CMYK 0 0.31 0.47 0.24
HSL 20.44º 0.43% 0.59% -
HSV(B) 20.44º 0.47% 0.76% -
XYZ 33.67 29.93 17.1 -
YUV 149.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 195 135 104 0 0.31 0.47 0.24 20.44 0.43 0.59
Hex C3 87 68 0 1F 2F 18 14 2B 3B
Octal 303 207 150 0 37 57 30 24 53 73
Binary 11000011 10000111 1101000 0 11111 101111 11000 10100 101011 111011

Color Harmonies of #C38768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38768

Black with #C38768

Text Example


Text Example

White with #C38768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38768; }

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

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

background-color css

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

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

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

border-color css

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

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

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