Html Css Color HEX #CA886F Feldspar

📋 copy color: '#CA886F'

red 202 ◦ green 136 ◦ blue 111

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

Shades of Feldspar #CA886F

Tints of Feldspar #CA886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.29%

 BLUE value IS 111 (43.75% from 255) = 24.72%

R = 44.99%
G = 30.29%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA886F (or 0xCA886F) is known color: Feldspar. HEX triplet: CA, 88 and 6F. RGB value is (202,136,111). Sum of RGB (Red+Green+Blue) = 202+136+111=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA886F is #357790. Grayscale: #999999. Windows color (decimal): -3504017 or 7309514. OLE color: 7309514.

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

Color convert

RGB 202 136 111 -
CMYK 0 0.33 0.45 0.21
HSL 16.48º 0.46% 0.61% -
HSV(B) 16.48º 0.45% 0.79% -
XYZ 36.03 31.31 19.18 -
YUV 152.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 202 136 111 0 0.33 0.45 0.21 16.48 0.46 0.61
Hex CA 88 6F 0 21 2D 15 10 2E 3D
Octal 312 210 157 0 41 55 25 20 56 75
Binary 11001010 10001000 1101111 0 100001 101101 10101 10000 101110 111101

Color Harmonies of #CA886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA886F

Black with #CA886F

Text Example


Text Example

White with #CA886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA886F; }

 p { color: rgb(202,136,111); }

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

background-color css

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

 a { background-color: rgb(202,136,111); }

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

border-color css

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

 span { border-color: rgb(202,136,111); }

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