Html Css Color HEX #CA9472 Feldspar

📋 copy color: '#CA9472'

red 202 ◦ green 148 ◦ blue 114

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

Shades of Feldspar #CA9472

Tints of Feldspar #CA9472

RGB

 RED value IS 202 (79.3% from 255) = 43.53%

 GREEN value IS 148 (58.2% from 255) = 31.9%

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

R = 43.53%
G = 31.9%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA9472 (or 0xCA9472) is known color: Feldspar. HEX triplet: CA, 94 and 72. RGB value is (202,148,114). Sum of RGB (Red+Green+Blue) = 202+148+114=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9472 is #356B8D. Grayscale: #A0A0A0. Windows color (decimal): -3500942 or 7509194. OLE color: 7509194.

HSL color Cylindrical-coordinate representation of color #CA9472: hue angle of 23.18º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA9472 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 114 -
CMYK 0 0.27 0.44 0.21
HSL 23.18º 0.45% 0.62% -
HSV(B) 23.18º 0.44% 0.79% -
XYZ 37.98 34.95 20.66 -
YUV 160.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 202 148 114 0 0.27 0.44 0.21 23.18 0.45 0.62
Hex CA 94 72 0 1B 2C 15 17 2D 3E
Octal 312 224 162 0 33 54 25 27 55 76
Binary 11001010 10010100 1110010 0 11011 101100 10101 10111 101101 111110

Color Harmonies of #CA9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9472

Black with #CA9472

Text Example


Text Example

White with #CA9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9472; }

 p { color: rgb(202,148,114); }

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

background-color css

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

 a { background-color: rgb(202,148,114); }

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

border-color css

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

 span { border-color: rgb(202,148,114); }

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