Html Css Color HEX #CC8D72 Feldspar

📋 copy color: '#CC8D72'

red 204 ◦ green 141 ◦ blue 114

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

Shades of Feldspar #CC8D72

Tints of Feldspar #CC8D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

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

R = 44.44%
G = 30.72%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8D72 (or 0xCC8D72) is known color: Feldspar. HEX triplet: CC, 8D and 72. RGB value is (204,141,114). Sum of RGB (Red+Green+Blue) = 204+141+114=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D72 is #33728D. Grayscale: #9C9C9C. Windows color (decimal): -3371662 or 7507404. OLE color: 7507404.

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

Color convert

RGB 204 141 114 -
CMYK 0 0.31 0.44 0.2
HSL 18º 0.47% 0.62% -
HSV(B) 18º 0.44% 0.8% -
XYZ 37.46 33.1 20.33 -
YUV 156.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 204 141 114 0 0.31 0.44 0.2 18 0.47 0.62
Hex CC 8D 72 0 1F 2C 14 12 2F 3E
Octal 314 215 162 0 37 54 24 22 57 76
Binary 11001100 10001101 1110010 0 11111 101100 10100 10010 101111 111110

Color Harmonies of #CC8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D72

Black with #CC8D72

Text Example


Text Example

White with #CC8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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