Html Css Color HEX #CC8A72 Feldspar

📋 copy color: '#CC8A72'

red 204 ◦ green 138 ◦ blue 114

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

Shades of Feldspar #CC8A72

Tints of Feldspar #CC8A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

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

R = 44.74%
G = 30.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8A72 (or 0xCC8A72) is known color: Feldspar. HEX triplet: CC, 8A and 72. RGB value is (204,138,114). Sum of RGB (Red+Green+Blue) = 204+138+114=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A72 is #33758D. Grayscale: #9B9B9B. Windows color (decimal): -3372430 or 7506636. OLE color: 7506636.

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

Color convert

RGB 204 138 114 -
CMYK 0 0.32 0.44 0.2
HSL 16º 0.47% 0.62% -
HSV(B) 16º 0.44% 0.8% -
XYZ 37.03 32.23 20.19 -
YUV 155 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 204 138 114 0 0.32 0.44 0.2 16 0.47 0.62
Hex CC 8A 72 0 20 2C 14 10 2F 3E
Octal 314 212 162 0 40 54 24 20 57 76
Binary 11001100 10001010 1110010 0 100000 101100 10100 10000 101111 111110

Color Harmonies of #CC8A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A72

Black with #CC8A72

Text Example


Text Example

White with #CC8A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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