Html Css Color HEX #CA9372 Feldspar

📋 copy color: '#CA9372'

red 202 ◦ green 147 ◦ blue 114

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

Shades of Feldspar #CA9372

Tints of Feldspar #CA9372

RGB

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

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

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

R = 43.63%
G = 31.75%
B = 24.62%

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

#CA9372 (or 0xCA9372) is known color: Feldspar. HEX triplet: CA, 93 and 72. RGB value is (202,147,114). Sum of RGB (Red+Green+Blue) = 202+147+114=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9372 is #356C8D. Grayscale: #9F9F9F. Windows color (decimal): -3501198 or 7508938. OLE color: 7508938.

HSL color Cylindrical-coordinate representation of color #CA9372: hue angle of 22.5º 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 #CA9372 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 114 -
CMYK 0 0.27 0.44 0.21
HSL 22.5º 0.45% 0.62% -
HSV(B) 22.5º 0.44% 0.79% -
XYZ 37.83 34.64 20.61 -
YUV 159.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 202 147 114 0 0.27 0.44 0.21 22.5 0.45 0.62
Hex CA 93 72 0 1B 2C 15 16 2D 3E
Octal 312 223 162 0 33 54 25 26 55 76
Binary 11001010 10010011 1110010 0 11011 101100 10101 10110 101101 111110

Color Harmonies of #CA9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9372

Black with #CA9372

Text Example


Text Example

White with #CA9372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9372; }

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

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

background-color css

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

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

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

border-color css

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

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

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