Html Css Color HEX #CA8772 Feldspar

📋 copy color: '#CA8772'

red 202 ◦ green 135 ◦ blue 114

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

Shades of Feldspar #CA8772

Tints of Feldspar #CA8772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.93%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 44.79%
G = 29.93%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA8772 (or 0xCA8772) is known color: Feldspar. HEX triplet: CA, 87 and 72. RGB value is (202,135,114). Sum of RGB (Red+Green+Blue) = 202+135+114=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8772 is #35788D. Grayscale: #989898. Windows color (decimal): -3504270 or 7505866. OLE color: 7505866.

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

Color convert

RGB 202 135 114 -
CMYK 0 0.33 0.44 0.21
HSL 14.32º 0.45% 0.62% -
HSV(B) 14.32º 0.44% 0.79% -
XYZ 36.06 31.1 20.02 -
YUV 152.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 202 135 114 0 0.33 0.44 0.21 14.32 0.45 0.62
Hex CA 87 72 0 21 2C 15 E 2D 3E
Octal 312 207 162 0 41 54 25 16 55 76
Binary 11001010 10000111 1110010 0 100001 101100 10101 1110 101101 111110

Color Harmonies of #CA8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8772

Black with #CA8772

Text Example


Text Example

White with #CA8772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8772; }

 p { color: rgb(202,135,114); }

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

background-color css

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

 a { background-color: rgb(202,135,114); }

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

border-color css

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

 span { border-color: rgb(202,135,114); }

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