Html Css Color HEX #CC937B Feldspar

📋 copy color: '#CC937B'

red 204 ◦ green 147 ◦ blue 123

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

Shades of Feldspar #CC937B

Tints of Feldspar #CC937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

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

R = 43.04%
G = 31.01%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC937B (or 0xCC937B) is known color: Feldspar. HEX triplet: CC, 93 and 7B. RGB value is (204,147,123). Sum of RGB (Red+Green+Blue) = 204+147+123=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC937B is #336C84. Grayscale: #A1A1A1. Windows color (decimal): -3370117 or 8098764. OLE color: 8098764.

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

Color convert

RGB 204 147 123 -
CMYK 0 0.28 0.40 0.2
HSL 17.78º 0.44% 0.64% -
HSV(B) 17.78º 0.4% 0.8% -
XYZ 38.91 35.13 23.47 -
YUV 161.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 204 147 123 0 0.28 0.40 0.2 17.78 0.44 0.64
Hex CC 93 7B 0 1C 28 14 12 2C 40
Octal 314 223 173 0 34 50 24 22 54 100
Binary 11001100 10010011 1111011 0 11100 101000 10100 10010 101100 1000000

Color Harmonies of #CC937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC937B

Black with #CC937B

Text Example


Text Example

White with #CC937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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