Html Css Color HEX #CC9878 Feldspar

📋 copy color: '#CC9878'

red 204 ◦ green 152 ◦ blue 120

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

Shades of Feldspar #CC9878

Tints of Feldspar #CC9878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 42.86%
G = 31.93%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC9878 (or 0xCC9878) is known color: Feldspar. HEX triplet: CC, 98 and 78. RGB value is (204,152,120). Sum of RGB (Red+Green+Blue) = 204+152+120=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9878 is #336787. Grayscale: #A4A4A4. Windows color (decimal): -3368840 or 7903436. OLE color: 7903436.

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

Color convert

RGB 204 152 120 -
CMYK 0 0.25 0.41 0.2
HSL 22.86º 0.45% 0.64% -
HSV(B) 22.86º 0.41% 0.8% -
XYZ 39.52 36.65 22.76 -
YUV 163.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 204 152 120 0 0.25 0.41 0.2 22.86 0.45 0.64
Hex CC 98 78 0 19 29 14 17 2D 40
Octal 314 230 170 0 31 51 24 27 55 100
Binary 11001100 10011000 1111000 0 11001 101001 10100 10111 101101 1000000

Color Harmonies of #CC9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9878

Black with #CC9878

Text Example


Text Example

White with #CC9878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9878; }

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

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

background-color css

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

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

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

border-color css

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

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

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