Html Css Color HEX #CC987B Feldspar

📋 copy color: '#CC987B'

red 204 ◦ green 152 ◦ blue 123

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

Shades of Feldspar #CC987B

Tints of Feldspar #CC987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.68%

R = 42.59%
G = 31.73%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC987B (or 0xCC987B) is known color: Feldspar. HEX triplet: CC, 98 and 7B. RGB value is (204,152,123). Sum of RGB (Red+Green+Blue) = 204+152+123=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC987B is #336784. Grayscale: #A4A4A4. Windows color (decimal): -3368837 or 8100044. OLE color: 8100044.

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

Color convert

RGB 204 152 123 -
CMYK 0 0.25 0.40 0.2
HSL 21.48º 0.44% 0.64% -
HSV(B) 21.48º 0.4% 0.8% -
XYZ 39.71 36.72 23.73 -
YUV 164.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 204 152 123 0 0.25 0.40 0.2 21.48 0.44 0.64
Hex CC 98 7B 0 19 28 14 15 2C 40
Octal 314 230 173 0 31 50 24 25 54 100
Binary 11001100 10011000 1111011 0 11001 101000 10100 10101 101100 1000000

Color Harmonies of #CC987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC987B

Black with #CC987B

Text Example


Text Example

White with #CC987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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