Html Css Color HEX #C98767 Burning Sand

📋 copy color: '#C98767'

red 201 ◦ green 135 ◦ blue 103

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

Shades of Burning Sand #C98767

Tints of Burning Sand #C98767

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.75%

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

R = 45.79%
G = 30.75%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C98767 (or 0xC98767) is known color: Burning Sand. HEX triplet: C9, 87 and 67. RGB value is (201,135,103). Sum of RGB (Red+Green+Blue) = 201+135+103=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C98767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98767 is #367898. Grayscale: #979797. Windows color (decimal): -3569817 or 6784969. OLE color: 6784969.

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

Color convert

RGB 201 135 103 -
CMYK 0 0.33 0.49 0.21
HSL 19.59º 0.48% 0.6% -
HSV(B) 19.59º 0.49% 0.79% -
XYZ 35.2 30.72 16.91 -
YUV 151.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 201 135 103 0 0.33 0.49 0.21 19.59 0.48 0.6
Hex C9 87 67 0 21 31 15 14 30 3C
Octal 311 207 147 0 41 61 25 24 60 74
Binary 11001001 10000111 1100111 0 100001 110001 10101 10100 110000 111100

Color Harmonies of #C98767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98767

Black with #C98767

Text Example


Text Example

White with #C98767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98767; }

 p { color: rgb(201,135,103); }

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

background-color css

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

 a { background-color: rgb(201,135,103); }

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

border-color css

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

 span { border-color: rgb(201,135,103); }

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