Html Css Color HEX #C68865 Burning Sand

📋 copy color: '#C68865'

red 198 ◦ green 136 ◦ blue 101

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

Shades of Burning Sand #C68865

Tints of Burning Sand #C68865

RGB

 RED value IS 198 (77.73% from 255) = 45.52%

 GREEN value IS 136 (53.52% from 255) = 31.26%

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

R = 45.52%
G = 31.26%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C68865 (or 0xC68865) is known color: Burning Sand. HEX triplet: C6, 88 and 65. RGB value is (198,136,101). Sum of RGB (Red+Green+Blue) = 198+136+101=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C68865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68865 is #39779A. Grayscale: #969696. Windows color (decimal): -3766171 or 6654150. OLE color: 6654150.

HSL color Cylindrical-coordinate representation of color #C68865: hue angle of 21.65º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C68865 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 136 101 -
CMYK 0 0.31 0.49 0.22
HSL 21.65º 0.46% 0.59% -
HSV(B) 21.65º 0.49% 0.78% -
XYZ 34.44 30.55 16.39 -
YUV 150.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 198 136 101 0 0.31 0.49 0.22 21.65 0.46 0.59
Hex C6 88 65 0 1F 31 16 16 2E 3B
Octal 306 210 145 0 37 61 26 26 56 73
Binary 11000110 10001000 1100101 0 11111 110001 10110 10110 101110 111011

Color Harmonies of #C68865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68865

Black with #C68865

Text Example


Text Example

White with #C68865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68865; }

 p { color: rgb(198,136,101); }

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

background-color css

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

 a { background-color: rgb(198,136,101); }

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

border-color css

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

 span { border-color: rgb(198,136,101); }

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