Html Css Color HEX #C99A75 Feldspar

📋 copy color: '#C99A75'

red 201 ◦ green 154 ◦ blue 117

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

Shades of Feldspar #C99A75

Tints of Feldspar #C99A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.63%

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 42.58%
G = 32.63%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C99A75 (or 0xC99A75) is known color: Feldspar. HEX triplet: C9, 9A and 75. RGB value is (201,154,117). Sum of RGB (Red+Green+Blue) = 201+154+117=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A75 is #36658A. Grayscale: #A4A4A4. Windows color (decimal): -3564939 or 7707337. OLE color: 7707337.

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

Color convert

RGB 201 154 117 -
CMYK 0 0.23 0.42 0.21
HSL 26.43º 0.44% 0.62% -
HSV(B) 26.43º 0.42% 0.79% -
XYZ 38.85 36.81 21.89 -
YUV 163.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 201 154 117 0 0.23 0.42 0.21 26.43 0.44 0.62
Hex C9 9A 75 0 17 2A 15 1A 2C 3E
Octal 311 232 165 0 27 52 25 32 54 76
Binary 11001001 10011010 1110101 0 10111 101010 10101 11010 101100 111110

Color Harmonies of #C99A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A75

Black with #C99A75

Text Example


Text Example

White with #C99A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A75; }

 p { color: rgb(201,154,117); }

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

background-color css

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

 a { background-color: rgb(201,154,117); }

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

border-color css

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

 span { border-color: rgb(201,154,117); }

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