Html Css Color HEX #CA9875 Feldspar

📋 copy color: '#CA9875'

red 202 ◦ green 152 ◦ blue 117

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

Shades of Feldspar #CA9875

Tints of Feldspar #CA9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.27%

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 42.89%
G = 32.27%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA9875 (or 0xCA9875) is known color: Feldspar. HEX triplet: CA, 98 and 75. RGB value is (202,152,117). Sum of RGB (Red+Green+Blue) = 202+152+117=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9875 is #35678A. Grayscale: #A3A3A3. Windows color (decimal): -3499915 or 7706826. OLE color: 7706826.

HSL color Cylindrical-coordinate representation of color #CA9875: hue angle of 24.71º degrees, saturation: 0.45, 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 #CA9875 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 117 -
CMYK 0 0.25 0.42 0.21
HSL 24.71º 0.45% 0.63% -
HSV(B) 24.71º 0.42% 0.79% -
XYZ 38.8 36.3 21.79 -
YUV 162.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 202 152 117 0 0.25 0.42 0.21 24.71 0.45 0.63
Hex CA 98 75 0 19 2A 15 19 2D 3F
Octal 312 230 165 0 31 52 25 31 55 77
Binary 11001010 10011000 1110101 0 11001 101010 10101 11001 101101 111111

Color Harmonies of #CA9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9875

Black with #CA9875

Text Example


Text Example

White with #CA9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9875; }

 p { color: rgb(202,152,117); }

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

background-color css

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

 a { background-color: rgb(202,152,117); }

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

border-color css

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

 span { border-color: rgb(202,152,117); }

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