Html Css Color HEX #CA937B Feldspar

📋 copy color: '#CA937B'

red 202 ◦ green 147 ◦ blue 123

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

Shades of Feldspar #CA937B

Tints of Feldspar #CA937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 42.8%
G = 31.14%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA937B (or 0xCA937B) is known color: Feldspar. HEX triplet: CA, 93 and 7B. RGB value is (202,147,123). Sum of RGB (Red+Green+Blue) = 202+147+123=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA937B is #356C84. Grayscale: #A0A0A0. Windows color (decimal): -3501189 or 8098762. OLE color: 8098762.

HSL color Cylindrical-coordinate representation of color #CA937B: hue angle of 18.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA937B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 123 -
CMYK 0 0.27 0.39 0.21
HSL 18.23º 0.43% 0.64% -
HSV(B) 18.23º 0.39% 0.79% -
XYZ 38.37 34.85 23.44 -
YUV 160.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 202 147 123 0 0.27 0.39 0.21 18.23 0.43 0.64
Hex CA 93 7B 0 1B 27 15 12 2B 40
Octal 312 223 173 0 33 47 25 22 53 100
Binary 11001010 10010011 1111011 0 11011 100111 10101 10010 101011 1000000

Color Harmonies of #CA937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA937B

Black with #CA937B

Text Example


Text Example

White with #CA937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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