Html Css Color HEX #CA8774 Feldspar

📋 copy color: '#CA8774'

red 202 ◦ green 135 ◦ blue 116

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

Shades of Feldspar #CA8774

Tints of Feldspar #CA8774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 44.59%
G = 29.8%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA8774 (or 0xCA8774) is known color: Feldspar. HEX triplet: CA, 87 and 74. RGB value is (202,135,116). Sum of RGB (Red+Green+Blue) = 202+135+116=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8774 is #35788B. Grayscale: #999999. Windows color (decimal): -3504268 or 7636938. OLE color: 7636938.

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

Color convert

RGB 202 135 116 -
CMYK 0 0.33 0.43 0.21
HSL 13.26º 0.45% 0.62% -
HSV(B) 13.26º 0.43% 0.79% -
XYZ 36.17 31.15 20.63 -
YUV 152.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 202 135 116 0 0.33 0.43 0.21 13.26 0.45 0.62
Hex CA 87 74 0 21 2B 15 D 2D 3E
Octal 312 207 164 0 41 53 25 15 55 76
Binary 11001010 10000111 1110100 0 100001 101011 10101 1101 101101 111110

Color Harmonies of #CA8774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8774

Black with #CA8774

Text Example


Text Example

White with #CA8774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8774; }

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

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

background-color css

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

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

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

border-color css

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

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

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