Html Css Color HEX #CA8B74 Feldspar

📋 copy color: '#CA8B74'

red 202 ◦ green 139 ◦ blue 116

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

Shades of Feldspar #CA8B74

Tints of Feldspar #CA8B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

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

R = 44.2%
G = 30.42%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA8B74 (or 0xCA8B74) is known color: Feldspar. HEX triplet: CA, 8B and 74. RGB value is (202,139,116). Sum of RGB (Red+Green+Blue) = 202+139+116=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B74 is #35748B. Grayscale: #9B9B9B. Windows color (decimal): -3503244 or 7637962. OLE color: 7637962.

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

Color convert

RGB 202 139 116 -
CMYK 0 0.31 0.43 0.21
HSL 16.05º 0.45% 0.62% -
HSV(B) 16.05º 0.43% 0.79% -
XYZ 36.74 32.28 20.82 -
YUV 155.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 202 139 116 0 0.31 0.43 0.21 16.05 0.45 0.62
Hex CA 8B 74 0 1F 2B 15 10 2D 3E
Octal 312 213 164 0 37 53 25 20 55 76
Binary 11001010 10001011 1110100 0 11111 101011 10101 10000 101101 111110

Color Harmonies of #CA8B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8B74

Black with #CA8B74

Text Example


Text Example

White with #CA8B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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