Html Css Color HEX #CC926D Feldspar

📋 copy color: '#CC926D'

red 204 ◦ green 146 ◦ blue 109

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

Shades of Feldspar #CC926D

Tints of Feldspar #CC926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.81%

 BLUE value IS 109 (42.97% from 255) = 23.75%

R = 44.44%
G = 31.81%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC926D (or 0xCC926D) is known color: Feldspar. HEX triplet: CC, 92 and 6D. RGB value is (204,146,109). Sum of RGB (Red+Green+Blue) = 204+146+109=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC926D is #336D92. Grayscale: #9F9F9F. Windows color (decimal): -3370387 or 7181004. OLE color: 7181004.

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

Color convert

RGB 204 146 109 -
CMYK 0 0.28 0.47 0.2
HSL 23.37º 0.48% 0.61% -
HSV(B) 23.37º 0.47% 0.8% -
XYZ 37.94 34.5 19.13 -
YUV 159.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 204 146 109 0 0.28 0.47 0.2 23.37 0.48 0.61
Hex CC 92 6D 0 1C 2F 14 17 30 3D
Octal 314 222 155 0 34 57 24 27 60 75
Binary 11001100 10010010 1101101 0 11100 101111 10100 10111 110000 111101

Color Harmonies of #CC926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC926D

Black with #CC926D

Text Example


Text Example

White with #CC926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC926D; }

 p { color: rgb(204,146,109); }

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

background-color css

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

 a { background-color: rgb(204,146,109); }

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

border-color css

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

 span { border-color: rgb(204,146,109); }

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