Html Css Color HEX #CA8673 Feldspar

📋 copy color: '#CA8673'

red 202 ◦ green 134 ◦ blue 115

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

Shades of Feldspar #CA8673

Tints of Feldspar #CA8673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.71%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 44.79%
G = 29.71%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA8673 (or 0xCA8673) is known color: Feldspar. HEX triplet: CA, 86 and 73. RGB value is (202,134,115). Sum of RGB (Red+Green+Blue) = 202+134+115=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8673 is #35798C. Grayscale: #989898. Windows color (decimal): -3504525 or 7571146. OLE color: 7571146.

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

Color convert

RGB 202 134 115 -
CMYK 0 0.34 0.43 0.21
HSL 13.1º 0.45% 0.62% -
HSV(B) 13.1º 0.43% 0.79% -
XYZ 35.98 30.84 20.28 -
YUV 152.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 202 134 115 0 0.34 0.43 0.21 13.1 0.45 0.62
Hex CA 86 73 0 22 2B 15 D 2D 3E
Octal 312 206 163 0 42 53 25 15 55 76
Binary 11001010 10000110 1110011 0 100010 101011 10101 1101 101101 111110

Color Harmonies of #CA8673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8673

Black with #CA8673

Text Example


Text Example

White with #CA8673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8673; }

 p { color: rgb(202,134,115); }

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

background-color css

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

 a { background-color: rgb(202,134,115); }

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

border-color css

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

 span { border-color: rgb(202,134,115); }

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