Html Css Color HEX #C38167 Burning Sand

📋 copy color: '#C38167'

red 195 ◦ green 129 ◦ blue 103

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

Shades of Burning Sand #C38167

Tints of Burning Sand #C38167

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

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

R = 45.67%
G = 30.21%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38167 (or 0xC38167) is known color: Burning Sand. HEX triplet: C3, 81 and 67. RGB value is (195,129,103). Sum of RGB (Red+Green+Blue) = 195+129+103=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38167 is #3C7E98. Grayscale: #919191. Windows color (decimal): -3964569 or 6783427. OLE color: 6783427.

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

Color convert

RGB 195 129 103 -
CMYK 0 0.34 0.47 0.24
HSL 16.96º 0.43% 0.58% -
HSV(B) 16.96º 0.47% 0.76% -
XYZ 32.8 28.28 16.56 -
YUV 145.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 195 129 103 0 0.34 0.47 0.24 16.96 0.43 0.58
Hex C3 81 67 0 22 2F 18 11 2B 3A
Octal 303 201 147 0 42 57 30 21 53 72
Binary 11000011 10000001 1100111 0 100010 101111 11000 10001 101011 111010

Color Harmonies of #C38167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38167

Black with #C38167

Text Example


Text Example

White with #C38167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38167; }

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

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

background-color css

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

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

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

border-color css

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

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

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