Html Css Color HEX #CA9070 Feldspar

📋 copy color: '#CA9070'

red 202 ◦ green 144 ◦ blue 112

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

Shades of Feldspar #CA9070

Tints of Feldspar #CA9070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 44.1%
G = 31.44%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA9070 (or 0xCA9070) is known color: Feldspar. HEX triplet: CA, 90 and 70. RGB value is (202,144,112). Sum of RGB (Red+Green+Blue) = 202+144+112=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9070 is #356F8F. Grayscale: #9D9D9D. Windows color (decimal): -3501968 or 7377098. OLE color: 7377098.

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

Color convert

RGB 202 144 112 -
CMYK 0 0.29 0.45 0.21
HSL 21.33º 0.46% 0.62% -
HSV(B) 21.33º 0.45% 0.79% -
XYZ 37.26 33.67 19.87 -
YUV 157.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 202 144 112 0 0.29 0.45 0.21 21.33 0.46 0.62
Hex CA 90 70 0 1D 2D 15 15 2E 3E
Octal 312 220 160 0 35 55 25 25 56 76
Binary 11001010 10010000 1110000 0 11101 101101 10101 10101 101110 111110

Color Harmonies of #CA9070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9070

Black with #CA9070

Text Example


Text Example

White with #CA9070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9070; }

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

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

background-color css

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

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

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

border-color css

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

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

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