Html Css Color HEX #CC9870 Feldspar

📋 copy color: '#CC9870'

red 204 ◦ green 152 ◦ blue 112

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

Shades of Feldspar #CC9870

Tints of Feldspar #CC9870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.48%

 BLUE value IS 112 (44.14% from 255) = 23.93%

R = 43.59%
G = 32.48%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC9870 (or 0xCC9870) is known color: Feldspar. HEX triplet: CC, 98 and 70. RGB value is (204,152,112). Sum of RGB (Red+Green+Blue) = 204+152+112=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9870 is #33678F. Grayscale: #A3A3A3. Windows color (decimal): -3368848 or 7379148. OLE color: 7379148.

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

Color convert

RGB 204 152 112 -
CMYK 0 0.25 0.45 0.2
HSL 26.09º 0.47% 0.62% -
HSV(B) 26.09º 0.45% 0.8% -
XYZ 39.05 36.46 20.31 -
YUV 162.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 204 152 112 0 0.25 0.45 0.2 26.09 0.47 0.62
Hex CC 98 70 0 19 2D 14 1A 2F 3E
Octal 314 230 160 0 31 55 24 32 57 76
Binary 11001100 10011000 1110000 0 11001 101101 10100 11010 101111 111110

Color Harmonies of #CC9870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9870

Black with #CC9870

Text Example


Text Example

White with #CC9870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9870; }

 p { color: rgb(204,152,112); }

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

background-color css

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

 a { background-color: rgb(204,152,112); }

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

border-color css

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

 span { border-color: rgb(204,152,112); }

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