Html Css Color HEX #CC906F Feldspar

📋 copy color: '#CC906F'

red 204 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #CC906F

Tints of Feldspar #CC906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.37%

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 44.44%
G = 31.37%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC906F (or 0xCC906F) is known color: Feldspar. HEX triplet: CC, 90 and 6F. RGB value is (204,144,111). Sum of RGB (Red+Green+Blue) = 204+144+111=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC906F is #336F90. Grayscale: #9E9E9E. Windows color (decimal): -3370897 or 7311564. OLE color: 7311564.

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

Color convert

RGB 204 144 111 -
CMYK 0 0.29 0.46 0.2
HSL 21.29º 0.48% 0.62% -
HSV(B) 21.29º 0.46% 0.8% -
XYZ 37.74 33.93 19.6 -
YUV 158.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 204 144 111 0 0.29 0.46 0.2 21.29 0.48 0.62
Hex CC 90 6F 0 1D 2E 14 15 30 3E
Octal 314 220 157 0 35 56 24 25 60 76
Binary 11001100 10010000 1101111 0 11101 101110 10100 10101 110000 111110

Color Harmonies of #CC906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC906F

Black with #CC906F

Text Example


Text Example

White with #CC906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC906F; }

 p { color: rgb(204,144,111); }

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

background-color css

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

 a { background-color: rgb(204,144,111); }

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

border-color css

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

 span { border-color: rgb(204,144,111); }

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