Html Css Color HEX #CA8C7A Feldspar

📋 copy color: '#CA8C7A'

red 202 ◦ green 140 ◦ blue 122

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

Shades of Feldspar #CA8C7A

Tints of Feldspar #CA8C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 43.53%
G = 30.17%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA8C7A (or 0xCA8C7A) is known color: Feldspar. HEX triplet: CA, 8C and 7A. RGB value is (202,140,122). Sum of RGB (Red+Green+Blue) = 202+140+122=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C7A is #357385. Grayscale: #9C9C9C. Windows color (decimal): -3502982 or 8031434. OLE color: 8031434.

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

Color convert

RGB 202 140 122 -
CMYK 0 0.31 0.40 0.21
HSL 13.5º 0.43% 0.64% -
HSV(B) 13.5º 0.4% 0.79% -
XYZ 37.25 32.72 22.76 -
YUV 156.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 202 140 122 0 0.31 0.40 0.21 13.5 0.43 0.64
Hex CA 8C 7A 0 1F 28 15 E 2B 40
Octal 312 214 172 0 37 50 25 16 53 100
Binary 11001010 10001100 1111010 0 11111 101000 10101 1110 101011 1000000

Color Harmonies of #CA8C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C7A

Black with #CA8C7A

Text Example


Text Example

White with #CA8C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C7A; }

 p { color: rgb(202,140,122); }

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

background-color css

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

 a { background-color: rgb(202,140,122); }

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

border-color css

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

 span { border-color: rgb(202,140,122); }

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