Html Css Color HEX #C68369 Burning Sand

📋 copy color: '#C68369'

red 198 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #C68369

Tints of Burning Sand #C68369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

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

R = 45.62%
G = 30.18%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68369 (or 0xC68369) is known color: Burning Sand. HEX triplet: C6, 83 and 69. RGB value is (198,131,105). Sum of RGB (Red+Green+Blue) = 198+131+105=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C68369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68369 is #397C96. Grayscale: #949494. Windows color (decimal): -3767447 or 6915014. OLE color: 6915014.

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

Color convert

RGB 198 131 105 -
CMYK 0 0.34 0.47 0.22
HSL 16.77º 0.45% 0.59% -
HSV(B) 16.77º 0.47% 0.78% -
XYZ 33.95 29.26 17.22 -
YUV 148.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 198 131 105 0 0.34 0.47 0.22 16.77 0.45 0.59
Hex C6 83 69 0 22 2F 16 11 2D 3B
Octal 306 203 151 0 42 57 26 21 55 73
Binary 11000110 10000011 1101001 0 100010 101111 10110 10001 101101 111011

Color Harmonies of #C68369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68369

Black with #C68369

Text Example


Text Example

White with #C68369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68369; }

 p { color: rgb(198,131,105); }

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

background-color css

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

 a { background-color: rgb(198,131,105); }

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

border-color css

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

 span { border-color: rgb(198,131,105); }

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