Html Css Color HEX #CC8772 Feldspar

📋 copy color: '#CC8772'

red 204 ◦ green 135 ◦ blue 114

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

Shades of Feldspar #CC8772

Tints of Feldspar #CC8772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

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

R = 45.03%
G = 29.8%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8772 (or 0xCC8772) is known color: Feldspar. HEX triplet: CC, 87 and 72. RGB value is (204,135,114). Sum of RGB (Red+Green+Blue) = 204+135+114=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8772 is #33788D. Grayscale: #999999. Windows color (decimal): -3373198 or 7505868. OLE color: 7505868.

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

Color convert

RGB 204 135 114 -
CMYK 0 0.34 0.44 0.2
HSL 14º 0.47% 0.62% -
HSV(B) 14º 0.44% 0.8% -
XYZ 36.6 31.38 20.05 -
YUV 153.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 204 135 114 0 0.34 0.44 0.2 14 0.47 0.62
Hex CC 87 72 0 22 2C 14 E 2F 3E
Octal 314 207 162 0 42 54 24 16 57 76
Binary 11001100 10000111 1110010 0 100010 101100 10100 1110 101111 111110

Color Harmonies of #CC8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8772

Black with #CC8772

Text Example


Text Example

White with #CC8772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8772; }

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

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

background-color css

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

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

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

border-color css

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

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

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