Html Css Color HEX #CA967F Feldspar

📋 copy color: '#CA967F'

red 202 ◦ green 150 ◦ blue 127

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

Shades of Feldspar #CA967F

Tints of Feldspar #CA967F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.51%

R = 42.17%
G = 31.32%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA967F (or 0xCA967F) is known color: Feldspar. HEX triplet: CA, 96 and 7F. RGB value is (202,150,127). Sum of RGB (Red+Green+Blue) = 202+150+127=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA967F is #356980. Grayscale: #A3A3A3. Windows color (decimal): -3500417 or 8361674. OLE color: 8361674.

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

Color convert

RGB 202 150 127 -
CMYK 0 0.26 0.37 0.21
HSL 18.4º 0.41% 0.65% -
HSV(B) 18.4º 0.37% 0.79% -
XYZ 39.09 35.9 24.95 -
YUV 162.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 202 150 127 0 0.26 0.37 0.21 18.4 0.41 0.65
Hex CA 96 7F 0 1A 25 15 12 29 41
Octal 312 226 177 0 32 45 25 22 51 101
Binary 11001010 10010110 1111111 0 11010 100101 10101 10010 101001 1000001

Color Harmonies of #CA967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA967F

Black with #CA967F

Text Example


Text Example

White with #CA967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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