Html Css Color HEX #C98670 Burning Sand

📋 copy color: '#C98670'

red 201 ◦ green 134 ◦ blue 112

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

Shades of Burning Sand #C98670

Tints of Burning Sand #C98670

RGB

 RED value IS 201 (78.91% from 255) = 44.97%

 GREEN value IS 134 (52.73% from 255) = 29.98%

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 44.97%
G = 29.98%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C98670 (or 0xC98670) is known color: Burning Sand. HEX triplet: C9, 86 and 70. RGB value is (201,134,112). Sum of RGB (Red+Green+Blue) = 201+134+112=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98670 is #36798F. Grayscale: #979797. Windows color (decimal): -3570064 or 7374537. OLE color: 7374537.

HSL color Cylindrical-coordinate representation of color #C98670: hue angle of 14.83º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98670 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 112 -
CMYK 0 0.33 0.44 0.21
HSL 14.83º 0.45% 0.61% -
HSV(B) 14.83º 0.44% 0.79% -
XYZ 35.54 30.64 19.37 -
YUV 151.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 201 134 112 0 0.33 0.44 0.21 14.83 0.45 0.61
Hex C9 86 70 0 21 2C 15 F 2D 3D
Octal 311 206 160 0 41 54 25 17 55 75
Binary 11001001 10000110 1110000 0 100001 101100 10101 1111 101101 111101

Color Harmonies of #C98670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98670

Black with #C98670

Text Example


Text Example

White with #C98670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98670; }

 p { color: rgb(201,134,112); }

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

background-color css

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

 a { background-color: rgb(201,134,112); }

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

border-color css

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

 span { border-color: rgb(201,134,112); }

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