Html Css Color HEX #CC896E Feldspar

📋 copy color: '#CC896E'

red 204 ◦ green 137 ◦ blue 110

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

Shades of Feldspar #CC896E

Tints of Feldspar #CC896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 45.23%
G = 30.38%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC896E (or 0xCC896E) is known color: Feldspar. HEX triplet: CC, 89 and 6E. RGB value is (204,137,110). Sum of RGB (Red+Green+Blue) = 204+137+110=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC896E is #337691. Grayscale: #9A9A9A. Windows color (decimal): -3372690 or 7244236. OLE color: 7244236.

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

Color convert

RGB 204 137 110 -
CMYK 0 0.33 0.46 0.2
HSL 17.23º 0.48% 0.62% -
HSV(B) 17.23º 0.46% 0.8% -
XYZ 36.66 31.85 18.97 -
YUV 153.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 204 137 110 0 0.33 0.46 0.2 17.23 0.48 0.62
Hex CC 89 6E 0 21 2E 14 11 30 3E
Octal 314 211 156 0 41 56 24 21 60 76
Binary 11001100 10001001 1101110 0 100001 101110 10100 10001 110000 111110

Color Harmonies of #CC896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC896E

Black with #CC896E

Text Example


Text Example

White with #CC896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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