Html Css Color HEX #CA9572 Feldspar

📋 copy color: '#CA9572'

red 202 ◦ green 149 ◦ blue 114

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

Shades of Feldspar #CA9572

Tints of Feldspar #CA9572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 43.44%
G = 32.04%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA9572 (or 0xCA9572) is known color: Feldspar. HEX triplet: CA, 95 and 72. RGB value is (202,149,114). Sum of RGB (Red+Green+Blue) = 202+149+114=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9572 is #356A8D. Grayscale: #A1A1A1. Windows color (decimal): -3500686 or 7509450. OLE color: 7509450.

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

Color convert

RGB 202 149 114 -
CMYK 0 0.26 0.44 0.21
HSL 23.86º 0.45% 0.62% -
HSV(B) 23.86º 0.44% 0.79% -
XYZ 38.14 35.27 20.72 -
YUV 160.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 202 149 114 0 0.26 0.44 0.21 23.86 0.45 0.62
Hex CA 95 72 0 1A 2C 15 18 2D 3E
Octal 312 225 162 0 32 54 25 30 55 76
Binary 11001010 10010101 1110010 0 11010 101100 10101 11000 101101 111110

Color Harmonies of #CA9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9572

Black with #CA9572

Text Example


Text Example

White with #CA9572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9572; }

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

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

background-color css

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

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

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

border-color css

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

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

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