Html Css Color HEX #C98A6B Burning Sand

📋 copy color: '#C98A6B'

red 201 ◦ green 138 ◦ blue 107

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

Shades of Burning Sand #C98A6B

Tints of Burning Sand #C98A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.94%

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 45.07%
G = 30.94%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C98A6B (or 0xC98A6B) is known color: Burning Sand. HEX triplet: C9, 8A and 6B. RGB value is (201,138,107). Sum of RGB (Red+Green+Blue) = 201+138+107=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A6B is #367594. Grayscale: #999999. Windows color (decimal): -3569045 or 7047881. OLE color: 7047881.

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

Color convert

RGB 201 138 107 -
CMYK 0 0.31 0.47 0.21
HSL 19.79º 0.47% 0.6% -
HSV(B) 19.79º 0.47% 0.79% -
XYZ 35.83 31.66 18.13 -
YUV 153.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 201 138 107 0 0.31 0.47 0.21 19.79 0.47 0.6
Hex C9 8A 6B 0 1F 2F 15 14 2F 3C
Octal 311 212 153 0 37 57 25 24 57 74
Binary 11001001 10001010 1101011 0 11111 101111 10101 10100 101111 111100

Color Harmonies of #C98A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A6B

Black with #C98A6B

Text Example


Text Example

White with #C98A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A6B; }

 p { color: rgb(201,138,107); }

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

background-color css

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

 a { background-color: rgb(201,138,107); }

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

border-color css

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

 span { border-color: rgb(201,138,107); }

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