Html Css Color HEX #CC9472 Feldspar

📋 copy color: '#CC9472'

red 204 ◦ green 148 ◦ blue 114

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

Shades of Feldspar #CC9472

Tints of Feldspar #CC9472

RGB

 RED value IS 204 (80.08% from 255) = 43.78%

 GREEN value IS 148 (58.2% from 255) = 31.76%

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

R = 43.78%
G = 31.76%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC9472 (or 0xCC9472) is known color: Feldspar. HEX triplet: CC, 94 and 72. RGB value is (204,148,114). Sum of RGB (Red+Green+Blue) = 204+148+114=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9472 is #336B8D. Grayscale: #A1A1A1. Windows color (decimal): -3369870 or 7509196. OLE color: 7509196.

HSL color Cylindrical-coordinate representation of color #CC9472: hue angle of 22.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC9472 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 114 -
CMYK 0 0.27 0.44 0.2
HSL 22.67º 0.47% 0.62% -
HSV(B) 22.67º 0.44% 0.8% -
XYZ 38.53 35.23 20.69 -
YUV 160.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 204 148 114 0 0.27 0.44 0.2 22.67 0.47 0.62
Hex CC 94 72 0 1B 2C 14 17 2F 3E
Octal 314 224 162 0 33 54 24 27 57 76
Binary 11001100 10010100 1110010 0 11011 101100 10100 10111 101111 111110

Color Harmonies of #CC9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9472

Black with #CC9472

Text Example


Text Example

White with #CC9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9472; }

 p { color: rgb(204,148,114); }

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

background-color css

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

 a { background-color: rgb(204,148,114); }

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

border-color css

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

 span { border-color: rgb(204,148,114); }

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