Html Css Color HEX #C38467 Burning Sand

📋 copy color: '#C38467'

red 195 ◦ green 132 ◦ blue 103

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

Shades of Burning Sand #C38467

Tints of Burning Sand #C38467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

 BLUE value IS 103 (40.63% from 255) = 23.95%

R = 45.35%
G = 30.7%
B = 23.95%

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

#C38467 (or 0xC38467) is known color: Burning Sand. HEX triplet: C3, 84 and 67. RGB value is (195,132,103). Sum of RGB (Red+Green+Blue) = 195+132+103=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C38467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38467 is #3C7B98. Grayscale: #939393. Windows color (decimal): -3963801 or 6784195. OLE color: 6784195.

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

Color convert

RGB 195 132 103 -
CMYK 0 0.32 0.47 0.24
HSL 18.91º 0.43% 0.58% -
HSV(B) 18.91º 0.47% 0.76% -
XYZ 33.21 29.08 16.7 -
YUV 147.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 195 132 103 0 0.32 0.47 0.24 18.91 0.43 0.58
Hex C3 84 67 0 20 2F 18 13 2B 3A
Octal 303 204 147 0 40 57 30 23 53 72
Binary 11000011 10000100 1100111 0 100000 101111 11000 10011 101011 111010

Color Harmonies of #C38467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38467

Black with #C38467

Text Example


Text Example

White with #C38467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38467; }

 p { color: rgb(195,132,103); }

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

background-color css

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

 a { background-color: rgb(195,132,103); }

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

border-color css

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

 span { border-color: rgb(195,132,103); }

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