Html Css Color HEX #C68067 Burning Sand

📋 copy color: '#C68067'

red 198 ◦ green 128 ◦ blue 103

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

Shades of Burning Sand #C68067

Tints of Burning Sand #C68067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.84%

 BLUE value IS 103 (40.63% from 255) = 24.01%

R = 46.15%
G = 29.84%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C68067 (or 0xC68067) is known color: Burning Sand. HEX triplet: C6, 80 and 67. RGB value is (198,128,103). Sum of RGB (Red+Green+Blue) = 198+128+103=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C68067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68067 is #397F98. Grayscale: #929292. Windows color (decimal): -3768217 or 6783174. OLE color: 6783174.

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

Color convert

RGB 198 128 103 -
CMYK 0 0.35 0.48 0.22
HSL 15.79º 0.45% 0.59% -
HSV(B) 15.79º 0.48% 0.78% -
XYZ 33.46 28.42 16.55 -
YUV 146.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 198 128 103 0 0.35 0.48 0.22 15.79 0.45 0.59
Hex C6 80 67 0 23 30 16 10 2D 3B
Octal 306 200 147 0 43 60 26 20 55 73
Binary 11000110 10000000 1100111 0 100011 110000 10110 10000 101101 111011

Color Harmonies of #C68067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68067

Black with #C68067

Text Example


Text Example

White with #C68067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68067; }

 p { color: rgb(198,128,103); }

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

background-color css

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

 a { background-color: rgb(198,128,103); }

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

border-color css

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

 span { border-color: rgb(198,128,103); }

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