Html Css Color HEX #CA906D Feldspar

📋 copy color: '#CA906D'

red 202 ◦ green 144 ◦ blue 109

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

Shades of Feldspar #CA906D

Tints of Feldspar #CA906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.96%

R = 44.4%
G = 31.65%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA906D (or 0xCA906D) is known color: Feldspar. HEX triplet: CA, 90 and 6D. RGB value is (202,144,109). Sum of RGB (Red+Green+Blue) = 202+144+109=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA906D is #356F92. Grayscale: #9D9D9D. Windows color (decimal): -3501971 or 7180490. OLE color: 7180490.

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

Color convert

RGB 202 144 109 -
CMYK 0 0.29 0.46 0.21
HSL 22.58º 0.47% 0.61% -
HSV(B) 22.58º 0.46% 0.79% -
XYZ 37.09 33.61 19 -
YUV 157.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 202 144 109 0 0.29 0.46 0.21 22.58 0.47 0.61
Hex CA 90 6D 0 1D 2E 15 17 2F 3D
Octal 312 220 155 0 35 56 25 27 57 75
Binary 11001010 10010000 1101101 0 11101 101110 10101 10111 101111 111101

Color Harmonies of #CA906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA906D

Black with #CA906D

Text Example


Text Example

White with #CA906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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