Html Css Color HEX #CA9079 Feldspar

📋 copy color: '#CA9079'

red 202 ◦ green 144 ◦ blue 121

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

Shades of Feldspar #CA9079

Tints of Feldspar #CA9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 43.25%
G = 30.84%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA9079 (or 0xCA9079) is known color: Feldspar. HEX triplet: CA, 90 and 79. RGB value is (202,144,121). Sum of RGB (Red+Green+Blue) = 202+144+121=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9079 is #356F86. Grayscale: #9E9E9E. Windows color (decimal): -3501959 or 7966922. OLE color: 7966922.

HSL color Cylindrical-coordinate representation of color #CA9079: hue angle of 17.04º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA9079 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 121 -
CMYK 0 0.29 0.40 0.21
HSL 17.04º 0.43% 0.63% -
HSV(B) 17.04º 0.4% 0.79% -
XYZ 37.78 33.88 22.64 -
YUV 158.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 202 144 121 0 0.29 0.40 0.21 17.04 0.43 0.63
Hex CA 90 79 0 1D 28 15 11 2B 3F
Octal 312 220 171 0 35 50 25 21 53 77
Binary 11001010 10010000 1111001 0 11101 101000 10101 10001 101011 111111

Color Harmonies of #CA9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9079

Black with #CA9079

Text Example


Text Example

White with #CA9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9079; }

 p { color: rgb(202,144,121); }

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

background-color css

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

 a { background-color: rgb(202,144,121); }

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

border-color css

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

 span { border-color: rgb(202,144,121); }

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