Html Css Color HEX #CA9378 Feldspar

📋 copy color: '#CA9378'

red 202 ◦ green 147 ◦ blue 120

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

Shades of Feldspar #CA9378

Tints of Feldspar #CA9378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

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

R = 43.07%
G = 31.34%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA9378 (or 0xCA9378) is known color: Feldspar. HEX triplet: CA, 93 and 78. RGB value is (202,147,120). Sum of RGB (Red+Green+Blue) = 202+147+120=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9378 is #356C87. Grayscale: #A0A0A0. Windows color (decimal): -3501192 or 7902154. OLE color: 7902154.

HSL color Cylindrical-coordinate representation of color #CA9378: hue angle of 19.76º 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 #CA9378 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 120 -
CMYK 0 0.27 0.41 0.21
HSL 19.76º 0.44% 0.63% -
HSV(B) 19.76º 0.41% 0.79% -
XYZ 38.18 34.78 22.47 -
YUV 160.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 202 147 120 0 0.27 0.41 0.21 19.76 0.44 0.63
Hex CA 93 78 0 1B 29 15 14 2C 3F
Octal 312 223 170 0 33 51 25 24 54 77
Binary 11001010 10010011 1111000 0 11011 101001 10101 10100 101100 111111

Color Harmonies of #CA9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9378

Black with #CA9378

Text Example


Text Example

White with #CA9378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9378; }

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

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

background-color css

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

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

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

border-color css

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

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

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