Html Css Color HEX #CC8972 Feldspar

📋 copy color: '#CC8972'

red 204 ◦ green 137 ◦ blue 114

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

Shades of Feldspar #CC8972

Tints of Feldspar #CC8972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

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

R = 44.84%
G = 30.11%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8972 (or 0xCC8972) is known color: Feldspar. HEX triplet: CC, 89 and 72. RGB value is (204,137,114). Sum of RGB (Red+Green+Blue) = 204+137+114=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8972 is #33768D. Grayscale: #9A9A9A. Windows color (decimal): -3372686 or 7506380. OLE color: 7506380.

HSL color Cylindrical-coordinate representation of color #CC8972: hue angle of 15.33º 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 #CC8972 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 114 -
CMYK 0 0.33 0.44 0.2
HSL 15.33º 0.47% 0.62% -
HSV(B) 15.33º 0.44% 0.8% -
XYZ 36.88 31.94 20.14 -
YUV 154.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 204 137 114 0 0.33 0.44 0.2 15.33 0.47 0.62
Hex CC 89 72 0 21 2C 14 F 2F 3E
Octal 314 211 162 0 41 54 24 17 57 76
Binary 11001100 10001001 1110010 0 100001 101100 10100 1111 101111 111110

Color Harmonies of #CC8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8972

Black with #CC8972

Text Example


Text Example

White with #CC8972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8972; }

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

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

background-color css

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

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

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

border-color css

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

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

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