Html Css Color HEX #C38769 Burning Sand

📋 copy color: '#C38769'

red 195 ◦ green 135 ◦ blue 105

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

Shades of Burning Sand #C38769

Tints of Burning Sand #C38769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 44.83%
G = 31.03%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C38769 (or 0xC38769) is known color: Burning Sand. HEX triplet: C3, 87 and 69. RGB value is (195,135,105). Sum of RGB (Red+Green+Blue) = 195+135+105=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38769 is #3C7896. Grayscale: #959595. Windows color (decimal): -3963031 or 6916035. OLE color: 6916035.

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

Color convert

RGB 195 135 105 -
CMYK 0 0.31 0.46 0.24
HSL 20º 0.43% 0.59% -
HSV(B) 20º 0.46% 0.76% -
XYZ 33.72 29.95 17.37 -
YUV 149.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 195 135 105 0 0.31 0.46 0.24 20 0.43 0.59
Hex C3 87 69 0 1F 2E 18 14 2B 3B
Octal 303 207 151 0 37 56 30 24 53 73
Binary 11000011 10000111 1101001 0 11111 101110 11000 10100 101011 111011

Color Harmonies of #C38769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38769

Black with #C38769

Text Example


Text Example

White with #C38769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38769; }

 p { color: rgb(195,135,105); }

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

background-color css

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

 a { background-color: rgb(195,135,105); }

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

border-color css

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

 span { border-color: rgb(195,135,105); }

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