Html Css Color HEX #CA9878 Feldspar

📋 copy color: '#CA9878'

red 202 ◦ green 152 ◦ blue 120

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

Shades of Feldspar #CA9878

Tints of Feldspar #CA9878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 42.62%
G = 32.07%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA9878 (or 0xCA9878) is known color: Feldspar. HEX triplet: CA, 98 and 78. RGB value is (202,152,120). Sum of RGB (Red+Green+Blue) = 202+152+120=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9878 is #356787. Grayscale: #A3A3A3. Windows color (decimal): -3499912 or 7903434. OLE color: 7903434.

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

Color convert

RGB 202 152 120 -
CMYK 0 0.25 0.41 0.21
HSL 23.41º 0.44% 0.63% -
HSV(B) 23.41º 0.41% 0.79% -
XYZ 38.98 36.37 22.74 -
YUV 163.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 202 152 120 0 0.25 0.41 0.21 23.41 0.44 0.63
Hex CA 98 78 0 19 29 15 17 2C 3F
Octal 312 230 170 0 31 51 25 27 54 77
Binary 11001010 10011000 1111000 0 11001 101001 10101 10111 101100 111111

Color Harmonies of #CA9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9878

Black with #CA9878

Text Example


Text Example

White with #CA9878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9878; }

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

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

background-color css

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

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

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

border-color css

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

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

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