Html Css Color HEX #C38A68 Burning Sand

📋 copy color: '#C38A68'

red 195 ◦ green 138 ◦ blue 104

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

Shades of Burning Sand #C38A68

Tints of Burning Sand #C38A68

RGB

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

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

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

R = 44.62%
G = 31.58%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38A68 (or 0xC38A68) is known color: Burning Sand. HEX triplet: C3, 8A and 68. RGB value is (195,138,104). Sum of RGB (Red+Green+Blue) = 195+138+104=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A68 is #3C7597. Grayscale: #979797. Windows color (decimal): -3962264 or 6851267. OLE color: 6851267.

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

Color convert

RGB 195 138 104 -
CMYK 0 0.29 0.47 0.24
HSL 22.42º 0.43% 0.59% -
HSV(B) 22.42º 0.47% 0.76% -
XYZ 34.09 30.78 17.24 -
YUV 151.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 195 138 104 0 0.29 0.47 0.24 22.42 0.43 0.59
Hex C3 8A 68 0 1D 2F 18 16 2B 3B
Octal 303 212 150 0 35 57 30 26 53 73
Binary 11000011 10001010 1101000 0 11101 101111 11000 10110 101011 111011

Color Harmonies of #C38A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A68

Black with #C38A68

Text Example


Text Example

White with #C38A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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