Html Css Color HEX #C99072 Feldspar

📋 copy color: '#C99072'

red 201 ◦ green 144 ◦ blue 114

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

Shades of Feldspar #C99072

Tints of Feldspar #C99072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 43.79%
G = 31.37%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C99072 (or 0xC99072) is known color: Feldspar. HEX triplet: C9, 90 and 72. RGB value is (201,144,114). Sum of RGB (Red+Green+Blue) = 201+144+114=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C99072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99072 is #366F8D. Grayscale: #9D9D9D. Windows color (decimal): -3567502 or 7508169. OLE color: 7508169.

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

Color convert

RGB 201 144 114 -
CMYK 0 0.28 0.43 0.21
HSL 20.69º 0.45% 0.62% -
HSV(B) 20.69º 0.43% 0.79% -
XYZ 37.1 33.58 20.45 -
YUV 157.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 201 144 114 0 0.28 0.43 0.21 20.69 0.45 0.62
Hex C9 90 72 0 1C 2B 15 15 2D 3E
Octal 311 220 162 0 34 53 25 25 55 76
Binary 11001001 10010000 1110010 0 11100 101011 10101 10101 101101 111110

Color Harmonies of #C99072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99072

Black with #C99072

Text Example


Text Example

White with #C99072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99072; }

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

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

background-color css

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

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

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

border-color css

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

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

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