Html Css Color HEX #C38B6B Burning Sand

📋 copy color: '#C38B6B'

red 195 ◦ green 139 ◦ blue 107

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

Shades of Burning Sand #C38B6B

Tints of Burning Sand #C38B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.52%

 BLUE value IS 107 (42.19% from 255) = 24.26%

R = 44.22%
G = 31.52%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C38B6B (or 0xC38B6B) is known color: Burning Sand. HEX triplet: C3, 8B and 6B. RGB value is (195,139,107). Sum of RGB (Red+Green+Blue) = 195+139+107=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B6B is #3C7494. Grayscale: #989898. Windows color (decimal): -3962005 or 7048131. OLE color: 7048131.

HSL color Cylindrical-coordinate representation of color #C38B6B: hue angle of 21.82º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C38B6B is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 107 -
CMYK 0 0.29 0.45 0.24
HSL 21.82º 0.42% 0.59% -
HSV(B) 21.82º 0.45% 0.76% -
XYZ 34.39 31.13 18.11 -
YUV 152.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 195 139 107 0 0.29 0.45 0.24 21.82 0.42 0.59
Hex C3 8B 6B 0 1D 2D 18 16 2A 3B
Octal 303 213 153 0 35 55 30 26 52 73
Binary 11000011 10001011 1101011 0 11101 101101 11000 10110 101010 111011

Color Harmonies of #C38B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B6B

Black with #C38B6B

Text Example


Text Example

White with #C38B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B6B; }

 p { color: rgb(195,139,107); }

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

background-color css

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

 a { background-color: rgb(195,139,107); }

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

border-color css

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

 span { border-color: rgb(195,139,107); }

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