Html Css Color HEX #C99075 Feldspar

📋 copy color: '#C99075'

red 201 ◦ green 144 ◦ blue 117

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

Shades of Feldspar #C99075

Tints of Feldspar #C99075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

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

R = 43.51%
G = 31.17%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C99075 (or 0xC99075) is known color: Feldspar. HEX triplet: C9, 90 and 75. RGB value is (201,144,117). Sum of RGB (Red+Green+Blue) = 201+144+117=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C99075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99075 is #366F8A. Grayscale: #9E9E9E. Windows color (decimal): -3567499 or 7704777. OLE color: 7704777.

HSL color Cylindrical-coordinate representation of color #C99075: hue angle of 19.29º 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 #C99075 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 117 -
CMYK 0 0.28 0.42 0.21
HSL 19.29º 0.44% 0.62% -
HSV(B) 19.29º 0.42% 0.79% -
XYZ 37.27 33.65 21.36 -
YUV 157.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 201 144 117 0 0.28 0.42 0.21 19.29 0.44 0.62
Hex C9 90 75 0 1C 2A 15 13 2C 3E
Octal 311 220 165 0 34 52 25 23 54 76
Binary 11001001 10010000 1110101 0 11100 101010 10101 10011 101100 111110

Color Harmonies of #C99075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99075

Black with #C99075

Text Example


Text Example

White with #C99075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99075; }

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

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

background-color css

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

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

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

border-color css

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

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

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