Html Css Color HEX #CA9676 Feldspar

📋 copy color: '#CA9676'

red 202 ◦ green 150 ◦ blue 118

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

Shades of Feldspar #CA9676

Tints of Feldspar #CA9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 42.98%
G = 31.91%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA9676 (or 0xCA9676) is known color: Feldspar. HEX triplet: CA, 96 and 76. RGB value is (202,150,118). Sum of RGB (Red+Green+Blue) = 202+150+118=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9676 is #356989. Grayscale: #A2A2A2. Windows color (decimal): -3500426 or 7771850. OLE color: 7771850.

HSL color Cylindrical-coordinate representation of color #CA9676: hue angle of 22.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA9676 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 150 118 -
CMYK 0 0.26 0.42 0.21
HSL 22.86º 0.44% 0.63% -
HSV(B) 22.86º 0.42% 0.79% -
XYZ 38.53 35.68 22 -
YUV 161.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 202 150 118 0 0.26 0.42 0.21 22.86 0.44 0.63
Hex CA 96 76 0 1A 2A 15 17 2C 3F
Octal 312 226 166 0 32 52 25 27 54 77
Binary 11001010 10010110 1110110 0 11010 101010 10101 10111 101100 111111

Color Harmonies of #CA9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9676

Black with #CA9676

Text Example


Text Example

White with #CA9676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9676; }

 p { color: rgb(202,150,118); }

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

background-color css

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

 a { background-color: rgb(202,150,118); }

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

border-color css

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

 span { border-color: rgb(202,150,118); }

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