Html Css Color HEX #C38765 Burning Sand

📋 copy color: '#C38765'

red 195 ◦ green 135 ◦ blue 101

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

Shades of Burning Sand #C38765

Tints of Burning Sand #C38765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 45.24%
G = 31.32%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38765 (or 0xC38765) is known color: Burning Sand. HEX triplet: C3, 87 and 65. RGB value is (195,135,101). Sum of RGB (Red+Green+Blue) = 195+135+101=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38765 is #3C789A. Grayscale: #959595. Windows color (decimal): -3963035 or 6653891. OLE color: 6653891.

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

Color convert

RGB 195 135 101 -
CMYK 0 0.31 0.48 0.24
HSL 21.7º 0.44% 0.58% -
HSV(B) 21.7º 0.48% 0.76% -
XYZ 33.52 29.87 16.31 -
YUV 149.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 195 135 101 0 0.31 0.48 0.24 21.7 0.44 0.58
Hex C3 87 65 0 1F 30 18 16 2C 3A
Octal 303 207 145 0 37 60 30 26 54 72
Binary 11000011 10000111 1100101 0 11111 110000 11000 10110 101100 111010

Color Harmonies of #C38765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38765

Black with #C38765

Text Example


Text Example

White with #C38765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38765; }

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

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

background-color css

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

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

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

border-color css

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

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

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