Html Css Color HEX #CC9A72 Feldspar

📋 copy color: '#CC9A72'

red 204 ◦ green 154 ◦ blue 114

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

Shades of Feldspar #CC9A72

Tints of Feldspar #CC9A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.63%

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 43.22%
G = 32.63%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC9A72 (or 0xCC9A72) is known color: Feldspar. HEX triplet: CC, 9A and 72. RGB value is (204,154,114). Sum of RGB (Red+Green+Blue) = 204+154+114=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A72 is #33658D. Grayscale: #A4A4A4. Windows color (decimal): -3368334 or 7510732. OLE color: 7510732.

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

Color convert

RGB 204 154 114 -
CMYK 0 0.25 0.44 0.2
HSL 26.67º 0.47% 0.62% -
HSV(B) 26.67º 0.44% 0.8% -
XYZ 39.49 37.16 21.01 -
YUV 164.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 204 154 114 0 0.25 0.44 0.2 26.67 0.47 0.62
Hex CC 9A 72 0 19 2C 14 1B 2F 3E
Octal 314 232 162 0 31 54 24 33 57 76
Binary 11001100 10011010 1110010 0 11001 101100 10100 11011 101111 111110

Color Harmonies of #CC9A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A72

Black with #CC9A72

Text Example


Text Example

White with #CC9A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A72; }

 p { color: rgb(204,154,114); }

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

background-color css

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

 a { background-color: rgb(204,154,114); }

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

border-color css

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

 span { border-color: rgb(204,154,114); }

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