Html Css Color HEX #C78069 Burning Sand

📋 copy color: '#C78069'

red 199 ◦ green 128 ◦ blue 105

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

Shades of Burning Sand #C78069

Tints of Burning Sand #C78069

RGB

 RED value IS 199 (78.13% from 255) = 46.06%

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

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

R = 46.06%
G = 29.63%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C78069 (or 0xC78069) is known color: Burning Sand. HEX triplet: C7, 80 and 69. RGB value is (199,128,105). Sum of RGB (Red+Green+Blue) = 199+128+105=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C78069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78069 is #387F96. Grayscale: #929292. Windows color (decimal): -3702679 or 6914247. OLE color: 6914247.

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

Color convert

RGB 199 128 105 -
CMYK 0 0.36 0.47 0.22
HSL 14.68º 0.46% 0.6% -
HSV(B) 14.68º 0.47% 0.78% -
XYZ 33.82 28.6 17.1 -
YUV 146.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 199 128 105 0 0.36 0.47 0.22 14.68 0.46 0.6
Hex C7 80 69 0 24 2F 16 F 2E 3C
Octal 307 200 151 0 44 57 26 17 56 74
Binary 11000111 10000000 1101001 0 100100 101111 10110 1111 101110 111100

Color Harmonies of #C78069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78069

Black with #C78069

Text Example


Text Example

White with #C78069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78069; }

 p { color: rgb(199,128,105); }

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

background-color css

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

 a { background-color: rgb(199,128,105); }

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

border-color css

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

 span { border-color: rgb(199,128,105); }

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