Html Css Color HEX #CC906C Feldspar

📋 copy color: '#CC906C'

red 204 ◦ green 144 ◦ blue 108

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

Shades of Feldspar #CC906C

Tints of Feldspar #CC906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 44.74%
G = 31.58%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC906C (or 0xCC906C) is known color: Feldspar. HEX triplet: CC, 90 and 6C. RGB value is (204,144,108). Sum of RGB (Red+Green+Blue) = 204+144+108=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC906C is #336F93. Grayscale: #9E9E9E. Windows color (decimal): -3370900 or 7114956. OLE color: 7114956.

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

Color convert

RGB 204 144 108 -
CMYK 0 0.29 0.47 0.2
HSL 22.5º 0.48% 0.61% -
HSV(B) 22.5º 0.47% 0.8% -
XYZ 37.58 33.87 18.74 -
YUV 157.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 204 144 108 0 0.29 0.47 0.2 22.5 0.48 0.61
Hex CC 90 6C 0 1D 2F 14 16 30 3D
Octal 314 220 154 0 35 57 24 26 60 75
Binary 11001100 10010000 1101100 0 11101 101111 10100 10110 110000 111101

Color Harmonies of #CC906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC906C

Black with #CC906C

Text Example


Text Example

White with #CC906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC906C; }

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

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

background-color css

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

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

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

border-color css

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

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

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