Html Css Color HEX #C38B6A Burning Sand

📋 copy color: '#C38B6A'

red 195 ◦ green 139 ◦ blue 106

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

Shades of Burning Sand #C38B6A

Tints of Burning Sand #C38B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 44.32%
G = 31.59%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C38B6A (or 0xC38B6A) is known color: Burning Sand. HEX triplet: C3, 8B and 6A. RGB value is (195,139,106). Sum of RGB (Red+Green+Blue) = 195+139+106=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B6A is #3C7495. Grayscale: #989898. Windows color (decimal): -3962006 or 6982595. OLE color: 6982595.

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

Color convert

RGB 195 139 106 -
CMYK 0 0.29 0.46 0.24
HSL 22.25º 0.43% 0.59% -
HSV(B) 22.25º 0.46% 0.76% -
XYZ 34.34 31.11 17.83 -
YUV 151.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 195 139 106 0 0.29 0.46 0.24 22.25 0.43 0.59
Hex C3 8B 6A 0 1D 2E 18 16 2B 3B
Octal 303 213 152 0 35 56 30 26 53 73
Binary 11000011 10001011 1101010 0 11101 101110 11000 10110 101011 111011

Color Harmonies of #C38B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B6A

Black with #C38B6A

Text Example


Text Example

White with #C38B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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