Html Css Color HEX #CA9073 Feldspar

📋 copy color: '#CA9073'

red 202 ◦ green 144 ◦ blue 115

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

Shades of Feldspar #CA9073

Tints of Feldspar #CA9073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.95%

R = 43.82%
G = 31.24%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA9073 (or 0xCA9073) is known color: Feldspar. HEX triplet: CA, 90 and 73. RGB value is (202,144,115). Sum of RGB (Red+Green+Blue) = 202+144+115=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9073 is #356F8C. Grayscale: #9E9E9E. Windows color (decimal): -3501965 or 7573706. OLE color: 7573706.

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

Color convert

RGB 202 144 115 -
CMYK 0 0.29 0.43 0.21
HSL 20º 0.45% 0.62% -
HSV(B) 20º 0.43% 0.79% -
XYZ 37.42 33.74 20.76 -
YUV 158.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 202 144 115 0 0.29 0.43 0.21 20 0.45 0.62
Hex CA 90 73 0 1D 2B 15 14 2D 3E
Octal 312 220 163 0 35 53 25 24 55 76
Binary 11001010 10010000 1110011 0 11101 101011 10101 10100 101101 111110

Color Harmonies of #CA9073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9073

Black with #CA9073

Text Example


Text Example

White with #CA9073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9073; }

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

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

background-color css

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

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

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

border-color css

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

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

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